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_disk.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_disk.c')
-rw-r--r-- | plugins/check_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c index 527caa9..05eb970 100644 --- a/plugins/check_disk.c +++ b/plugins/check_disk.c | |||
@@ -911,7 +911,7 @@ print_help (void) | |||
911 | printf (" %s\n", _("Regular expression to ignore selected path/partition (case insensitive) (may be repeated)")); | 911 | printf (" %s\n", _("Regular expression to ignore selected path/partition (case insensitive) (may be repeated)")); |
912 | printf (" %s\n", "-i, --ignore-ereg-path=PATH, --ignore-ereg-partition=PARTITION"); | 912 | printf (" %s\n", "-i, --ignore-ereg-path=PATH, --ignore-ereg-partition=PARTITION"); |
913 | printf (" %s\n", _("Regular expression to ignore selected path or partition (may be repeated)")); | 913 | printf (" %s\n", _("Regular expression to ignore selected path or partition (may be repeated)")); |
914 | printf (UT_CONN_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); | 914 | printf (UT_PLUG_TIMEOUT, DEFAULT_SOCKET_TIMEOUT); |
915 | printf (" %s\n", "-u, --units=STRING"); | 915 | printf (" %s\n", "-u, --units=STRING"); |
916 | printf (" %s\n", _("Choose bytes, kB, MB, GB, TB (default: MB)")); | 916 | printf (" %s\n", _("Choose bytes, kB, MB, GB, TB (default: MB)")); |
917 | printf (UT_VERBOSE); | 917 | printf (UT_VERBOSE); |