summaryrefslogtreecommitdiffstats
path: root/plugins/check_ping.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-3/+2
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-2/+2
2004-12-01standardize localization stringBenoit Mortier1-22/+18
2004-11-24Making messages more consistentTon Voon1-4/+3
2004-11-20New output format reported by pumuckel1980 (946857)Matthew Kent1-0/+1
2004-02-25pass timeout to ping if supported with -w parameter (linux)Karl DeBisschop1-18/+19
2004-02-09Fix for check_ping old-style argument handling (Patrick McCormick - 892211)Ton Voon1-2/+4
2003-09-12new output format reported by Patrick Allen <p.allen@brandblue.co.uk>Karl DeBisschop1-1/+2
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-0/+4
2003-08-18move error scans to a new separate routine and scan both stderr and stdioKarl DeBisschop1-35/+34
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-3/+3
2003-08-09more pedantic compiler warnsKarl DeBisschop1-14/+18
2003-08-07cleanup for better readabilityKarl DeBisschop1-55/+54
2003-08-07markup for translationKarl DeBisschop1-140/+125
2003-06-30Corrections to get code to compile on systems without IPv6 supportJeremy T. Bouse1-0/+4
2003-06-29Changed usage output to show -4 and -6 are mutually exclusive. You can onlyJeremy T. Bouse1-1/+1
2003-06-29check_ping is now coded with -4 & -6 options to call PING or PING6 commandJeremy T. Bouse1-4/+17
2003-05-07Modified check_ping to handle IPv6 as well as IPv4 ICMP checks using theJeremy T. Bouse1-3/+17
2003-03-11Remove getopt_long checksTon Voon1-14/+2
2003-03-03accept comma-delimted list of hosts for checking if a multihomed host is aliveKarl DeBisschop1-21/+38
2003-03-02add logic to check multiple serversKarl DeBisschop1-45/+60
2003-01-13convert PROGANE from a define to a const charKarl DeBisschop1-4/+4
2002-11-13remove call_getopt and asprintfKarl DeBisschop1-4/+2
2002-11-09remove call_getoptKarl DeBisschop1-1/+0
2002-11-09define and use usage3 where second part of message is a an int/charKarl DeBisschop1-1/+1
2002-11-08remove unused variablesKarl DeBisschop1-6/+3
2002-10-18remove broken call_getopt stuffKarl DeBisschop1-108/+96
2002-06-19more POSIX return value comparison related code fixesSubhendu Ghosh1-1/+1
2002-06-19fixes for using POSIX return codesSubhendu Ghosh1-6/+24
2002-05-08 patch for Suse 8.0 loss outputSubhendu Ghosh1-1/+4
2002-04-23corrected program name and added rtt patch for RH7.2+betaSubhendu Ghosh1-8/+13
2002-02-28Initial revisionEthan Galstad1-0/+492