From 864544b29ef7ad2cddc32c26b4251fc1b680c8f9 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 31 Jan 2006 14:52:49 +0000 Subject: Adding check_mysql_query, using new ranges and threshold checking git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1309 f882894a-f735-0410-b71e-b25c423dba1c --- plugins/utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/utils.h') diff --git a/plugins/utils.h b/plugins/utils.h index ffcb39da..2345ed56 100644 --- a/plugins/utils.h +++ b/plugins/utils.h @@ -181,6 +181,12 @@ char *fperfdata (const char *, -c, --critical=DOUBLE\n\ Response time to result in critical status (seconds)\n" +#define UT_WARN_CRIT_RANGE "\ + -w, --warning=RANGE\n\ + Warning range (format: start:end). Alert if outside this range\n\ + -c, --critical=RANGE\n\ + Critical range\n" + #define UT_TIMEOUT "\ -t, --timeout=INTEGER\n\ Seconds before connection times out (default: %d)\n" -- cgit v1.2.3