summaryrefslogtreecommitdiffstats
path: root/plugins/check_dbi.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-06Initial version of the 'check_dbi' plugin.Sebastian Harl1-0/+516
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.