aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ping.c
AgeCommit message (Expand)Author
2007-04-23#ifdef can only test a single macro, not an expression.Gravatar Holger Weiss
2007-03-12check_ping's timeout interval is only +1 if ping command has a timeout value.Gravatar Ton Voon
2007-03-11Fixed some help display. Removed -L from usage as deprecated optionGravatar Ton Voon
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2007-01-06Fix bug #1629008: check_ping fails to handle Packet filtered errorGravatar Thomas Guyot-Sionnest
2007-01-06Revert last patch: it works but not really for the reason I though.Gravatar Thomas Guyot-Sionnest
2007-01-06Fix the way check_ping calculate the maximum run timeGravatar Thomas Guyot-Sionnest
2007-01-04Fix bug #1592605: check_ping times outGravatar Thomas Guyot-Sionnest
2006-11-09Reduced DNS lookups in check_ping and netutils.c in IPv6 configurationsGravatar Ton Voon
2006-10-19first pass at cleaning localization for new releaseGravatar Benoit Mortier
2006-06-17cleaning up help and usageGravatar Benoit Mortier
2006-03-13Change warning message if there is stderr output. This catches a problemGravatar Ton Voon
2005-09-14Using common messageGravatar Ton Voon
2005-09-14Required hostname not flagging as an errorGravatar Ton Voon
2005-09-13More diagnostic messages from check_pingGravatar Ton Voon
2005-09-12re-add a call to setlocale(LC_ALL, "") in check_ping.cGravatar M. Sean Finney
2005-07-20Fix parsing for netkit-ping and iputils-ping (Christian G Warden)Gravatar Ton Voon
2005-05-25RH9 patternGravatar Subhendu Ghosh
2005-05-03setlocale(LC_ALL, "") should be setlocale(LC_NUMERIC, "C") to properly parse ...Gravatar M. Sean Finney
2004-12-30more internationalization fixesGravatar Benoit Mortier
2004-12-28String match in check_ping for Solaris 10 #1091043Gravatar Benoit Mortier
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-05fix patch 998291Gravatar Benoit Mortier
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03fixes for internationalizationGravatar Benoit Mortier
2004-12-03Localization fixesGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-11-24Making messages more consistentGravatar Ton Voon
2004-11-20New output format reported by pumuckel1980 (946857)Gravatar Matthew Kent
2004-02-25pass timeout to ping if supported with -w parameter (linux)Gravatar Karl DeBisschop
2004-02-09Fix for check_ping old-style argument handling (Patrick McCormick - 892211)Gravatar Ton Voon
2003-09-12new output format reported by Patrick Allen <p.allen@brandblue.co.uk>Gravatar Karl DeBisschop
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-18move error scans to a new separate routine and scan both stderr and stdioGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-09more pedantic compiler warnsGravatar Karl DeBisschop
2003-08-07cleanup for better readabilityGravatar Karl DeBisschop
2003-08-07markup for translationGravatar Karl DeBisschop
2003-06-30Corrections to get code to compile on systems without IPv6 supportGravatar Jeremy T. Bouse
2003-06-29Changed usage output to show -4 and -6 are mutually exclusive. You can onlyGravatar Jeremy T. Bouse
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandGravatar Jeremy T. Bouse
2003-05-07Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using theGravatar Jeremy T. Bouse
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-03-03accept comma-delimted list of hosts for checking if a multihomed host is aliveGravatar Karl DeBisschop
2003-03-02add logic to check multiple serversGravatar Karl DeBisschop