summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 08f4f7c)
raw | patch | inline | side by side (parent: 08f4f7c)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Sun, 11 Mar 2007 01:57:52 +0000 (01:57 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Sun, 11 Mar 2007 01:57:52 +0000 (01:57 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1636 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_ping.c | patch | blob | history |
diff --git a/plugins/check_ping.c b/plugins/check_ping.c
index aa686a65a0e7205506322d078acdb6f5c4ed36c6..9ddc2529d071a980e10175fabab6c3a49ad38c7b 100644 (file)
--- a/plugins/check_ping.c
+++ b/plugins/check_ping.c
printf (" %s\n", "-c, --critical=THRESHOLD");
printf (" %s\n", _("critical threshold pair"));
printf (" %s\n", "-p, --packets=INTEGER");
- printf (" %s\n", _("number of ICMP ECHO packets to send"));
- printf (_("(Default: %d)"), DEFAULT_MAX_PACKETS);
+ printf (" %s ", _("number of ICMP ECHO packets to send"));
+ printf (_("(Default: %d)\n"), DEFAULT_MAX_PACKETS);
printf (" %s\n", "-L, --link");
printf (" %s\n", _("show HTML in the plugin output (obsoleted by urlize)"));
printf (_(UT_TIMEOUT), DEFAULT_SOCKET_TIMEOUT);
- printf ("%s\n", _("THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel"));
+ printf ("%s\n", _("THRESHOLD is <rta>,<pl>% where <rta> is the round trip average travel"));
printf ("%s\n", _("time (ms) which triggers a WARNING or CRITICAL state, and <pl> is the"));
printf ("%s\n", _("percentage of packet loss to trigger an alarm state."));
{
printf (_("Usage:"));
printf ("%s -H <host_address> -w <wrta>,<wpl>%% -c <crta>,<cpl>%%\n", progname);
- printf (" [-p packets] [-t timeout] [-L] [-4|-6]\n");
+ printf (" [-p packets] [-t timeout] [-4|-6]\n");
}