Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check_tablespace_db2
1.0
2010-02-09
- Nagios 3.x
- Nagios 4.x
GPL
100966
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.
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)
byangoca, August 15, 2012
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.