summaryrefslogtreecommitdiffstats
path: root/plugins/check_ping.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-23#ifdef can only test a single macro, not an expression.Holger Weiss1-1/+1
2007-03-12check_ping's timeout interval is only +1 if ping command has a timeout value.Ton Voon1-1/+6
2007-03-11Fixed some help display. Removed -L from usage as deprecated optionTon Voon1-4/+4
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownHolger Weiss1-1/+1
2007-01-06Fix bug #1629008: check_ping fails to handle Packet filtered errorThomas Guyot-Sionnest1-2/+14
2007-01-06Revert last patch: it works but not really for the reason I though.Thomas Guyot-Sionnest1-5/+1
2007-01-06Fix the way check_ping calculate the maximum run timeThomas Guyot-Sionnest1-1/+5
2007-01-04Fix bug #1592605: check_ping times outThomas Guyot-Sionnest1-1/+1
2006-11-09Reduced DNS lookups in check_ping and netutils.c in IPv6 configurationsTon Voon1-1/+1
2006-10-19first pass at cleaning localization for new releaseBenoit Mortier1-14/+30
2006-06-17cleaning up help and usageBenoit Mortier1-25/+29
2006-03-13Change warning message if there is stderr output. This catches a problemTon Voon1-3/+16
2005-09-14Using common messageTon Voon1-2/+1
2005-09-14Required hostname not flagging as an errorTon Voon1-1/+6
2005-09-13More diagnostic messages from check_pingTon Voon1-5/+8
2005-09-12re-add a call to setlocale(LC_ALL, "") in check_ping.cM. Sean Finney1-0/+1
2005-07-20Fix parsing for netkit-ping and iputils-ping (Christian G Warden)Ton Voon1-2/+4
2005-05-25RH9 patternSubhendu Ghosh1-1/+3
2005-05-03setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse ...M. Sean Finney1-1/+1
2004-12-30more internationalization fixesBenoit Mortier1-1/+1
2004-12-28String match in check_ping for Solaris 10 #1091043Benoit Mortier1-0/+1
2004-12-25various fixes for localizationBenoit Mortier1-3/+1
2004-12-05fix patch 998291Benoit Mortier1-0/+2
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryBenoit Mortier1-1/+1
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-3/+1
2004-12-03fixes for internationalizationBenoit Mortier1-11/+9
2004-12-03Localization fixesBenoit Mortier1-1/+1
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-3/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-2/+2
2004-12-01standardize localization stringBenoit Mortier1-22/+18
2004-11-24Making messages more consistentTon Voon1-4/+3
2004-11-20New output format reported by pumuckel1980 (946857)Matthew Kent1-0/+1
2004-02-25pass timeout to ping if supported with -w parameter (linux)Karl DeBisschop1-18/+19
2004-02-09Fix for check_ping old-style argument handling (Patrick McCormick - 892211)Ton Voon1-2/+4
2003-09-12new output format reported by Patrick Allen <p.allen@brandblue.co.uk>Karl DeBisschop1-1/+2
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-18move error scans to a new separate routine and scan both stderr and stdioKarl DeBisschop1-35/+34
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-3/+3
2003-08-09more pedantic compiler warnsKarl DeBisschop1-14/+18
2003-08-07cleanup for better readabilityKarl DeBisschop1-55/+54
2003-08-07markup for translationKarl DeBisschop1-140/+125
2003-06-30Corrections to get code to compile on systems without IPv6 supportJeremy T. Bouse1-0/+4
2003-06-29Changed usage output to show -4 and -6 are mutually exclusive. You can onlyJeremy T. Bouse1-1/+1
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandJeremy T. Bouse1-4/+17
2003-05-07Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using theJeremy T. Bouse1-3/+17
2003-03-11Remove getopt_long checksTon Voon1-14/+2
2003-03-03accept comma-delimted list of hosts for checking if a multihomed host is aliveKarl DeBisschop1-21/+38
2003-03-02add logic to check multiple serversKarl DeBisschop1-45/+60