diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-31 14:52:49 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-01-31 14:52:49 (GMT) |
commit | 864544b29ef7ad2cddc32c26b4251fc1b680c8f9 (patch) | |
tree | 199c9fd4d1acd7c4c7cd5e4dd308e16d58c02211 /plugins/utils.h | |
parent | 3a3f326bbf1baf28ceebf29cd1800a27d47b3047 (diff) | |
download | monitoring-plugins-864544b29ef7ad2cddc32c26b4251fc1b680c8f9.tar.gz |
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
Diffstat (limited to 'plugins/utils.h')
-rw-r--r-- | plugins/utils.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index ffcb39d..2345ed5 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -181,6 +181,12 @@ char *fperfdata (const char *, | |||
181 | -c, --critical=DOUBLE\n\ | 181 | -c, --critical=DOUBLE\n\ |
182 | Response time to result in critical status (seconds)\n" | 182 | Response time to result in critical status (seconds)\n" |
183 | 183 | ||
184 | #define UT_WARN_CRIT_RANGE "\ | ||
185 | -w, --warning=RANGE\n\ | ||
186 | Warning range (format: start:end). Alert if outside this range\n\ | ||
187 | -c, --critical=RANGE\n\ | ||
188 | Critical range\n" | ||
189 | |||
184 | #define UT_TIMEOUT "\ | 190 | #define UT_TIMEOUT "\ |
185 | -t, --timeout=INTEGER\n\ | 191 | -t, --timeout=INTEGER\n\ |
186 | Seconds before connection times out (default: %d)\n" | 192 | Seconds before connection times out (default: %d)\n" |