summaryrefslogtreecommitdiffstats
path: root/plugins/negate.c
diff options
context:
space:
mode:
authorSpenser Reinhardt <sreinhardt@nagios.com>2014-01-20 21:30:26 (GMT)
committerJan Wagner <waja@cyconet.org>2014-01-21 10:35:07 (GMT)
commit66544851f7a4f5eeaf86d1cee8b1f54c76f98433 (patch)
tree73d010869dd41592e320bf8d50a20b84c8008550 /plugins/negate.c
parent80e506a2f72b66dee5c607b4dd42b26f505762dd (diff)
downloadmonitoring-plugins-66544851f7a4f5eeaf86d1cee8b1f54c76f98433.tar.gz
plugins/*.c: Non-network timeout changes
Changes to non-network checks for clarity on timeout value. Adapted from pull request #1209 tracker from user awiddersheim. (Closes: #1209) Files: check_apt.c, check_disk.c, check_procs.c, negate.c
Diffstat (limited to 'plugins/negate.c')
-rw-r--r--plugins/negate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/negate.c b/plugins/negate.c
index 4eddf24..67a386a 100644
--- a/plugins/negate.c
+++ b/plugins/negate.c
@@ -252,7 +252,7 @@ print_help (void)
252 252
253 printf (UT_HELP_VRSN); 253 printf (UT_HELP_VRSN);
254 254
255 printf (UT_CONN_TIMEOUT, timeout_interval); 255 printf (UT_PLUG_TIMEOUT, timeout_interval);
256 printf (" %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status.")); 256 printf (" %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status."));
257 printf (" -T, --timeout-result=STATUS\n"); 257 printf (" -T, --timeout-result=STATUS\n");
258 printf (" %s\n", _("Custom result on Negate timeouts; see below for STATUS definition\n")); 258 printf (" %s\n", _("Custom result on Negate timeouts; see below for STATUS definition\n"));