[Nagiosplug-checkins] SF.net SVN: nagiosplug:[2033] nagiosplug/trunk/plugins/check_fping.c
dermoth at users.sourceforge.net
dermoth at users.sourceforge.net
Sat Aug 16 06:47:22 CEST 2008
Revision: 2033
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=2033&view=rev
Author: dermoth
Date: 2008-08-16 04:47:22 +0000 (Sat, 16 Aug 2008)
Log Message:
-----------
Fix check_fping --help output (Patch from http://blog.barfoo.org/projects/rpms-for-sles10)
Modified Paths:
--------------
nagiosplug/trunk/plugins/check_fping.c
Modified: nagiosplug/trunk/plugins/check_fping.c
===================================================================
--- nagiosplug/trunk/plugins/check_fping.c 2008-08-16 01:52:38 UTC (rev 2032)
+++ nagiosplug/trunk/plugins/check_fping.c 2008-08-16 04:47:22 UTC (rev 2033)
@@ -391,9 +391,9 @@
printf (" %s\n", "-c, --critical=THRESHOLD");
printf (" %s\n", _("critical threshold pair"));
printf (" %s\n", "-b, --bytes=INTEGER");
- printf (" %s\n", _("size of ICMP packet (default: %d)"),PACKET_SIZE);
+ printf (" %s (default: %d)\n", _("size of ICMP packet"),PACKET_SIZE);
printf (" %s\n", "-n, --number=INTEGER");
- printf (" %s\n", _("number of ICMP packets to send (default: %d)"),PACKET_COUNT);
+ printf (" %s (default: %d)\n", _("number of ICMP packets to send"),PACKET_COUNT);
printf (_(UT_VERBOSE));
printf ("\n");
printf (" %s\n", _("THRESHOLD is <rta>,<pl>%% where <rta> is the round trip average travel time (ms)"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Commits
mailing list