diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/check_ping.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/check_ping.c b/plugins/check_ping.c index aa686a6..9ddc252 100644 --- a/plugins/check_ping.c +++ b/plugins/check_ping.c | |||
@@ -563,14 +563,14 @@ print_help (void) | |||
563 | printf (" %s\n", "-c, --critical=THRESHOLD"); | 563 | printf (" %s\n", "-c, --critical=THRESHOLD"); |
564 | printf (" %s\n", _("critical threshold pair")); | 564 | printf (" %s\n", _("critical threshold pair")); |
565 | printf (" %s\n", "-p, --packets=INTEGER"); | 565 | printf (" %s\n", "-p, --packets=INTEGER"); |
566 | printf (" %s\n", _("number of ICMP ECHO packets to send")); | 566 | printf (" %s ", _("number of ICMP ECHO packets to send")); |
567 | printf (_("(Default: %d)"), DEFAULT_MAX_PACKETS); | 567 | printf (_("(Default: %d)\n"), DEFAULT_MAX_PACKETS); |
568 | printf (" %s\n", "-L, --link"); | 568 | printf (" %s\n", "-L, --link"); |
569 | printf (" %s\n", _("show HTML in the plugin output (obsoleted by urlize)")); | 569 | printf (" %s\n", _("show HTML in the plugin output (obsoleted by urlize)")); |
570 | 570 | ||
571 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); | 571 | printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT); |
572 | 572 | ||
573 | printf ("%s\n", _("THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel")); | 573 | printf ("%s\n", _("THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel")); |
574 | printf ("%s\n", _("time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the")); | 574 | printf ("%s\n", _("time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the")); |
575 | printf ("%s\n", _("percentage of packet loss to trigger an alarm state.")); | 575 | printf ("%s\n", _("percentage of packet loss to trigger an alarm state.")); |
576 | 576 | ||
@@ -591,5 +591,5 @@ print_usage (void) | |||
591 | { | 591 | { |
592 | printf (_("Usage:")); | 592 | printf (_("Usage:")); |
593 | printf ("%s -H <host_address> -w <wrta>,<wpl>%% -c <crta>,<cpl>%%\n", progname); | 593 | printf ("%s -H <host_address> -w <wrta>,<wpl>%% -c <crta>,<cpl>%%\n", progname); |
594 | printf (" [-p packets] [-t timeout] [-L] [-4|-6]\n"); | 594 | printf (" [-p packets] [-t timeout] [-4|-6]\n"); |
595 | } | 595 | } |