Minor fixes to MonitorDB

I’ve patched MonitorDB. It includes some fixes to stop unnecessary messages on standard out. I’ve also added some functionality that allows you select dedicated connections as opposed to cached connections. Using dedicated connections means each chart gets its own dedicated connection which may helps with complicated queries. It also has the added advantage of cleaning restarting connections after communications are temporarily lost i.e. a database restart.

You specify dedicated or cached connections with the -cc or -dc command line options. For example

$> ./monitordb -dc

Cached connections are the default.

You can download the new version (0.3) here
blog comments powered by Disqus