From f9a942d2a11e70ee68d5ea2c9aa762bff004bf43 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 7 Apr 2011 17:24:23 +0200 Subject: Initial version of the 'check_dbi' plugin. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- REQUIREMENTS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'REQUIREMENTS') diff --git a/REQUIREMENTS b/REQUIREMENTS index fd41ded8..9f2eec0f 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -46,6 +46,10 @@ check_pqsql: - Requires the PostgreSQL libraries available from http://www.postgresql.org/ +check_dbi: + - Requires the DBI libraries available from + http://libdbi.sourceforge.net/ + check_radius: - Requires the radiusclient-ng library available from: http://developer.berlios.de/projects/radiusclient-ng/ -- cgit v1.2.3