summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-31Bump plugins-root/ to GPLv3Thomas Guyot-Sionnest1-28/+25
2008-01-08Hide some debug output which was printed even without "-v" (underHolger Weiss1-1/+1
2008-01-08Fix the handling of ICMP packets which are not echo replies (such asHolger Weiss1-16/+15
2008-01-08Get rid of a cast which increases the required alignment.Holger Weiss1-1/+3
2008-01-08Mark some constant strings "const".Holger Weiss1-3/+3
2007-12-21Fix INADDR_NONE value (for systems which don't define it).Holger Weiss1-1/+1
2007-12-21Include <sys/sockio.h> (if available) to get SIOCGIFADDR defined onHolger Weiss1-0/+3
2007-12-21New "-s" option to specify the source IP address (thanks to Harald JennyHolger Weiss1-1/+42
2007-12-11Adding missing function calls needed for i18n (only for plugins already in PO...Thomas Guyot-Sionnest1-0/+4
2007-09-15Correct all instances of misaligned memory access. This fixes bus errosHolger Weiss1-43/+36
2007-05-27added functions to utils_base:M. Sean Finney1-0/+3
2007-03-27Fix bug #1494629 - check_icmp fails after some time on FreeBSDThomas Guyot-Sionnest1-1/+2
2007-03-08New switch to check_icmp to set the minimum required hosts for success.Thomas Guyot-Sionnest1-9/+42
2007-03-08Fixed C++ style comments, but I don't get why those lines were originally com...Thomas Guyot-Sionnest1-2/+2
2007-01-20Fix bug #1632078: critical threshold % incorrectly displayed by check_icmpThomas Guyot-Sionnest1-1/+1
2006-10-24more fixes and removal of certain sentences not neededBenoit Mortier1-6/+6
2006-10-24last localization fixes for core plugins in cBenoit Mortier1-38/+42
2006-10-24Fixed compile on non-glibc platformsTon Voon1-3/+3
2006-10-23first pass a making check icmp respecting nagiosplugins rulesBenoit Mortier1-30/+48
2006-10-22putting default template for copyright and explanationsBenoit Mortier1-17/+46
2006-10-22revert mistake when commiting fixesBenoit Mortier1-5/+0
2006-10-22more localization fixesBenoit Mortier1-0/+5
2005-09-21Separation of root setuid plugins into plugins-root/Ton Voon1-0/+1199