diff options
author | Sebastian Harl <sh@teamix.net> | 2011-04-07 15:24:23 (GMT) |
---|---|---|
committer | Sebastian Harl <sh@teamix.net> | 2012-06-06 12:10:55 (GMT) |
commit | f9a942d2a11e70ee68d5ea2c9aa762bff004bf43 (patch) | |
tree | 31ce3a05d1bdc715bf7a0230280d1d16940212ad /REQUIREMENTS | |
parent | 804e7d878cad5c76474fd2abf2130ff446dbda5d (diff) | |
download | monitoring-plugins-f9a942d2a11e70ee68d5ea2c9aa762bff004bf43.tar.gz |
Initial version of the 'check_dbi' plugin.
This plugin connects to an SQL database using libdbi, thus supporting all
database backends supported by libdbi. It will then issue the specified SQL
query and check the result (the numeric value of the first column of the first
row to be precise) against the specified warning/critical ranges.
The performance data includes the connection time (µs-resolution as provided
by gettimeofday()) and the query result.
Diffstat (limited to 'REQUIREMENTS')
-rw-r--r-- | REQUIREMENTS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/REQUIREMENTS b/REQUIREMENTS index fd41ded..9f2eec0 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS | |||
@@ -46,6 +46,10 @@ check_pqsql: | |||
46 | - Requires the PostgreSQL libraries available from | 46 | - Requires the PostgreSQL libraries available from |
47 | http://www.postgresql.org/ | 47 | http://www.postgresql.org/ |
48 | 48 | ||
49 | check_dbi: | ||
50 | - Requires the DBI libraries available from | ||
51 | http://libdbi.sourceforge.net/ | ||
52 | |||
49 | check_radius: | 53 | check_radius: |
50 | - Requires the radiusclient-ng library available from: | 54 | - Requires the radiusclient-ng library available from: |
51 | http://developer.berlios.de/projects/radiusclient-ng/ | 55 | http://developer.berlios.de/projects/radiusclient-ng/ |