Home Directory Plugins Databases DB2 check_dbversion_db2

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_dbversion_db2

Current Version
1.0
Last Release Date
2010-02-02
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
98026
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin tests the database software version through querying a specific IBM DB2 database. It can either simply return the version string, or compare it against a blacklist/whitelist version file to determine software version compliance. Because it executes a real database login, it can also be used to determine database up|down.
The plugin requires the database to be set up for accepting network connections and being reachable through that network port from the Nagios server. The plugin uses IBM's DB2 JDBC driver, this driver must be installed and found through the Java classpath on the server executing this plugin. For more information, please see the manual page of this plugin at:
http://nagios.fm4dd.com/plugins/manual/check_dbversion_db2.htm

This plugin belongs to set of plugins checking database software versions. It is also available for MS SQL Server, Oracle and MySQL.

Best Regards,
Frank
Reviews (1)
byangoca, August 15, 2012
The links direct to another DB2 plugin.
The correct one for the documentation is: http://nagios.frank4dd.com/plugins/manual/check_dbversion_db2.htm
For the sources:
http://nagios.frank4dd.com/plugins/manual/check_dbversion_db2.java

Also, the db-instance mean the database name, not the instance in DB2.