Code

New output format reported by pumuckel1980 (946857)
[nagiosplug.git] / plugins / check_ping.c
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