Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
PMDubuc
byPMDubuc, November 14, 2014
I've been using this with Nagios for years. It's very flexible, well maintained (currently at version 1.10), and has good documentation. It works with jolokia on the appserver side so it doesn't require Java on the monitoring servers. Includes a shell and command line utility in addition to the plugin. The developer has done a great job!
The connect test did not fail when a non-existent database name was used. An error message ""DBD::Sybase - can't change context to database ..." was printed to stderr, but the plugin did not return error status. I suggest adding a call to $dbh->do("use $dbname"), when a database name is used, after the connect to detect the error.