diff options
author | Spenser Reinhardt <sreinhardt@nagios.com> | 2014-01-20 21:30:26 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2014-01-21 10:35:07 (GMT) |
commit | 66544851f7a4f5eeaf86d1cee8b1f54c76f98433 (patch) | |
tree | 73d010869dd41592e320bf8d50a20b84c8008550 /plugins/check_procs.c | |
parent | 80e506a2f72b66dee5c607b4dd42b26f505762dd (diff) | |
download | monitoring-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/check_procs.c')
-rw-r--r-- | plugins/check_procs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_procs.c b/plugins/check_procs.c index 4646b8a..4ad2c42 100644 --- a/plugins/check_procs.c +++ b/plugins/check_procs.c | |||
@@ -715,7 +715,7 @@ print_help (void) | |||
715 | #if defined( __linux__ ) | 715 | #if defined( __linux__ ) |
716 | printf (" %s\n", _("ELAPSED - time elapsed in seconds")); | 716 | printf (" %s\n", _("ELAPSED - time elapsed in seconds")); |
717 | #endif /* defined(__linux__) */ | 717 | #endif /* defined(__linux__) */ |
718 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 718 | printf (UT_PLUG_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |
719 | 719 | ||
720 | printf (" %s\n", "-v, --verbose"); | 720 | printf (" %s\n", "-v, --verbose"); |
721 | printf (" %s\n", _("Extra information. Up to 3 verbosity levels")); | 721 | printf (" %s\n", _("Extra information. Up to 3 verbosity levels")); |