diff options
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" |