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.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.