Home Directory Plugins Databases DB2 check_tablespace_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_tablespace_db2

Current Version
1.0
Last Release Date
2010-02-09
Compatible With
  • Nagios 3.x
  • Nagios 4.x
License
GPL
Hits
100518
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This plugin checks the tablespace size of a specific IBM DB2 database against WARN and CRIT thresholds. It returns the total tablespace size, current size, space utilisation in percent and the number of data files belonging to this tablespace.
This plugin checks the tablespace size of a specific IBM DB2 database against WARN and CRIT thresholds. It returns the total tablespace size, current size, space utilisation in percent and the number of data files belonging to this tablespace. The plugin can be called in 'reporting' mode, returning the space values withouth checking against a threshold. This is helpful if the tablespace only needs to be graphed as a trend over time.

It requires the database to be set up for accepting network connections and being reachable through that network port from Nagios. 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.

This plugin belongs to a set of plugins monitoring database tablespace. It is also available for Oracle, MS-SQL and MySQL databases.
Reviews (1)
This is a simple plugin to monitor the tablespaces. It provides a simple command line to report the usage of a tablespace. Easy to configure for a person that use Java, if not, the compilation, the classpath and other stuff could complicate the process.