aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_ping.c
AgeCommit message (Expand)Author
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-05-07Added performance data to check_ping (Christian Schneemann)Gravatar Thomas Guyot-Sionnest
2008-04-27--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-01-31Bump plugin/ to GPLv3 (check_overcr to check_users)Gravatar Thomas Guyot-Sionnest
2007-10-25Automatically update website with --help output. CosmeticGravatar Ton Voon
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