diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2008-04-27 14:35:26 (GMT) |
commit | ed62784a0b68959fd13fe5bc53a5aef4f17fbffa (patch) | |
tree | f479a5b8ad8cac8d6dcc506ba61aa5ec3fbb5bb3 /plugins/check_ping.c | |
parent | 140a93ce6bce63df2d70841f2f78aa968ea997d6 (diff) | |
download | monitoring-plugins-ed62784a0b68959fd13fe5bc53a5aef4f17fbffa.tar.gz |
--help output cleanup (plus removal of spaces on blank lines)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1984 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_ping.c')
-rw-r--r-- | plugins/check_ping.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c index 214e23b..ac43a0c 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c | |||
@@ -572,19 +572,17 @@ print_help (void) | |||
572 | 572 | ||
573 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); | 573 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); |
574 | 574 | ||
575 | printf ("\n"); | ||
575 | printf ("%s\n", _("THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel")); | 576 | printf ("%s\n", _("THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel")); |
576 | printf ("%s\n", _("time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the")); | 577 | printf ("%s\n", _("time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the")); |
577 | printf ("%s\n", _("percentage of packet loss to trigger an alarm state.")); | 578 | printf ("%s\n", _("percentage of packet loss to trigger an alarm state.")); |
578 | 579 | ||
579 | printf ("\n\n"); | 580 | printf ("\n"); |
580 | |||
581 | printf ("%s\n", _("This plugin uses the ping command to probe the specified host for packet loss")); | 581 | printf ("%s\n", _("This plugin uses the ping command to probe the specified host for packet loss")); |
582 | printf ("%s\n", _("(percentage) and round trip average (milliseconds). It can produce HTML output")); | 582 | printf ("%s\n", _("(percentage) and round trip average (milliseconds). It can produce HTML output")); |
583 | printf ("%s\n", _("linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in")); | 583 | printf ("%s\n", _("linking to a traceroute CGI contributed by Ian Cass. The CGI can be found in")); |
584 | printf ("%s\n", _("the contrib area of the downloads section at http://www.nagios.org/")); | 584 | printf ("%s\n", _("the contrib area of the downloads section at http://www.nagios.org/")); |
585 | 585 | ||
586 | printf ("\n\n"); | ||
587 | |||
588 | printf (_(UT_SUPPORT)); | 586 | printf (_(UT_SUPPORT)); |
589 | } | 587 | } |
590 | 588 | ||