aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ping.c
AgeCommit message (Expand)Author
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
2003-01-13convert PROGANE from a define to a const charGravatar Karl DeBisschop
2002-11-13remove call_getopt and asprintfGravatar Karl DeBisschop
2002-11-09remove call_getoptGravatar Karl DeBisschop
2002-11-09define and use usage3 where second part of message is a an int/charGravatar Karl DeBisschop
2002-11-08remove unused variablesGravatar Karl DeBisschop
2002-10-18remove broken call_getopt stuffGravatar Karl DeBisschop
2002-06-19more POSIX return value comparison related code fixesGravatar Subhendu Ghosh
2002-06-19fixes for using POSIX return codesGravatar Subhendu Ghosh
2002-05-08 patch for Suse 8.0 loss outputGravatar Subhendu Ghosh
2002-04-23corrected program name and added rtt patch for RH7.2+betaGravatar Subhendu Ghosh
2002-02-28Initial revisionGravatar Ethan Galstad