Code

Fix translations when extra-opts aren't enabled
[nagiosplug.git] / plugins / check_ping.c
2010-04-14 Thomas Guyot-SionnestFix translations when extra-opts aren't enabled
2008-11-23 Thomas Guyot-SionnestRemoving CVS/SVN tags and replacing with git-based...
2008-11-19 Thomas Guyot-SionnestBulk EOL cleanup
2008-05-07 Thomas Guyot-SionnestAdded support for --extra-opts in all C plugins (disabl...
2008-05-07 Thomas Guyot-SionnestAdded performance data to check_ping (Christian Schneemann)
2008-04-27 Thomas Guyot-Sionnest--help output cleanup (plus removal of spaces on blank...
2008-01-31 Thomas Guyot-SionnestBump plugin/ to GPLv3 (check_overcr to check_users)
2007-10-25 Ton VoonAutomatically update website with --help output. Cosmetic
2007-04-23 Holger Weiss#ifdef can only test a single macro, not an expression.
2007-03-12 Ton Vooncheck_ping's timeout interval is only +1 if ping comman...
2007-03-11 Ton VoonFixed some help display. Removed -L from usage as depre...
2007-01-28 Holger WeissDon't try to print `optarg' (which will be a NULL point...
2007-01-06 Thomas Guyot-SionnestFix bug #1629008: check_ping fails to handle Packet...
2007-01-06 Thomas Guyot-SionnestRevert last patch: it works but not really for the...
2007-01-06 Thomas Guyot-SionnestFix the way check_ping calculate the maximum run time
2007-01-04 Thomas Guyot-SionnestFix bug #1592605: check_ping times out
2006-11-09 Ton VoonReduced DNS lookups in check_ping and netutils.c in...
2006-10-19 Benoit Mortierfirst pass at cleaning localization for new release
2006-06-17 Benoit Mortiercleaning up help and usage
2006-03-13 Ton VoonChange warning message if there is stderr output. This...
2005-09-14 Ton VoonUsing common message
2005-09-14 Ton VoonRequired hostname not flagging as an error
2005-09-13 Ton VoonMore diagnostic messages from check_ping
2005-09-12 M. Sean Finneyre-add a call to setlocale(LC_ALL, "") in check_ping.c
2005-07-20 Ton VoonFix parsing for netkit-ping and iputils-ping (Christian...
2005-05-25 Subhendu GhoshRH9 pattern
2005-05-03 M. Sean Finneysetlocale(LC_ALL, "") should be setlocale(LC_NUMERIC...
2004-12-30 Benoit Mortiermore internationalization fixes
2004-12-28 Benoit MortierString match in check_ping for Solaris 10 #1091043
2004-12-25 Benoit Mortiervarious fixes for localization
2004-12-05 Benoit Mortierfix patch 998291
2004-12-03 Benoit Mortierreverting my changes from !=TRUE to == ERROR, that...
2004-12-03 Benoit Mortierremove UT_HLP_VRS from print_usage
2004-12-03 Benoit Mortierfixes for internationalization
2004-12-03 Benoit MortierLocalization fixes
2004-12-03 Benoit Mortierbump copyright year
2004-12-02 Benoit MortierMore internationalization work
2004-12-02 Benoit Mortierreturn of process_arguments() is TRUE not OK !
2004-12-02 Benoit Mortierchanged Error: by CRITICAL -
2004-12-01 Benoit Mortierstandardize localization string
2004-11-24 Ton VoonMaking messages more consistent
2004-11-20 Matthew KentNew output format reported by pumuckel1980 (946857)
2004-02-25 Karl DeBisschoppass timeout to ping if supported with -w parameter...
2004-02-09 Ton VoonFix for check_ping old-style argument handling (Patrick...
2003-09-12 Karl DeBisschopnew output format reported by Patrick Allen <p.allen...
2003-08-22 Karl DeBisschop- bindtextdomain for gettext, a few other smale cleanup...
2003-08-18 Karl DeBisschopmove error scans to a new separate routine and scan...
2003-08-10 Karl DeBisschopthe last round of pedantic compiler warnings
2003-08-09 Karl DeBisschopmore pedantic compiler warns
2003-08-07 Karl DeBisschopcleanup for better readability
2003-08-07 Karl DeBisschopmarkup for translation
2003-06-30 Jeremy T. BouseCorrections to get code to compile on systems without...
2003-06-29 Jeremy T. BouseChanged usage output to show -4 and -6 are mutually...
2003-06-29 Jeremy T. Bousecheck_ping is now coded with -4 & -6 options to call...
2003-05-07 Jeremy T. BouseModified check_ping to handle IPv6 as well as IPv4...
2003-03-11 Ton VoonRemove getopt_long checks
2003-03-03 Karl DeBisschopaccept comma-delimted list of hosts for checking if...
2003-03-02 Karl DeBisschopadd logic to check multiple servers
2003-01-13 Karl DeBisschopconvert PROGANE from a define to a const char
2002-11-13 Karl DeBisschopremove call_getopt and asprintf
2002-11-09 Karl DeBisschopremove call_getopt
2002-11-09 Karl DeBisschopdefine and use usage3 where second part of message...
2002-11-08 Karl DeBisschopremove unused variables
2002-10-18 Karl DeBisschopremove broken call_getopt stuff
2002-06-19 Subhendu Ghoshmore POSIX return value comparison related code fixes
2002-06-19 Subhendu Ghoshfixes for using POSIX return codes
2002-05-08 Subhendu Ghosh patch for Suse 8.0 loss output
2002-04-23 Subhendu Ghoshcorrected program name and added rtt patch for RH7...
2002-02-28 Ethan GalstadInitial revision