From 66544851f7a4f5eeaf86d1cee8b1f54c76f98433 Mon Sep 17 00:00:00 2001 From: Spenser Reinhardt Date: Mon, 20 Jan 2014 15:30:26 -0600 Subject: 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 --- plugins/negate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/negate.c') diff --git a/plugins/negate.c b/plugins/negate.c index 4eddf244..67a386a8 100644 --- a/plugins/negate.c +++ b/plugins/negate.c @@ -252,7 +252,7 @@ print_help (void) printf (UT_HELP_VRSN); - printf (UT_CONN_TIMEOUT, timeout_interval); + printf (UT_PLUG_TIMEOUT, timeout_interval); printf (" %s\n", _("Keep timeout longer than the plugin timeout to retain CRITICAL status.")); printf (" -T, --timeout-result=STATUS\n"); printf (" %s\n", _("Custom result on Negate timeouts; see below for STATUS definition\n")); -- cgit v1.2.3-74-g34f1