summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-04use unknown exit code for help/version in plugins-root as wellrefs/pull/1363/headSven Nierlein1-2/+2
2015-01-29make use of MSG_CONFIRM optionalSven Nierlein1-0/+5
2014-12-02check_icmp: Cast size_t values for printf(3)Holger Weiss1-2/+5
2014-11-28check_icmp: Fix a few type errorsHolger Weiss1-5/+5
2014-11-28Don't mix variable declarations and codeHolger Weiss1-15/+23
2014-11-28Use kernel reception time on ICMP packets to compute rtt.Matthieu Kermagoret1-7/+48
2014-07-06check_icmp/check_dhcp: disable check, if we are rootJan Wagner1-3/+0
2014-01-21Capitalize "Monitoring Plugins"Holger Weiss1-1/+1
2014-01-20Capitalize "Monitoring" when it's the first wordHolger Weiss1-1/+1
2014-01-19Project rename initial commit.Monitoring Plugins Development Team1-4/+4
2013-09-04check_icmp: Minor whitespace/indentation fixesHolger Weiss1-7/+6
2013-09-04check_icmp: Support "--help" and "--version"Holger Weiss1-0/+8
2011-04-29check_host: Allocate a large-enough buffer for the host table.Sebastian Harl1-1/+1
2010-04-22Add newline after "Usage:" in --helpThomas Guyot-Sionnest1-1/+1
2010-04-22Standardize the extra-opts notesThomas Guyot-Sionnest1-4/+0
2010-04-14Fix translations when extra-opts aren't enabledThomas Guyot-Sionnest1-4/+4
2009-10-16Set proper network byte order for icmp_id and icmp_seq in icmp packetsThomas Guyot-Sionnest1-10/+11
2009-10-16Increment per-host sequence in check_icmpThomas Guyot-Sionnest1-11/+13
2009-06-14Fixed error in rtt/rta calculation in case of system clock problemsMatthias Eble1-1/+1
2009-06-01Don't use the plain char type for data buffersHolger Weiss1-6/+6
2009-06-01Fixed check_icmp compiler warnings by including float.hMatthias Eble1-0/+1
2009-06-01Fixed --help output for warn and critical thresholds (sf.net #2796624, debian...Matthias Eble1-2/+2
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningThomas Guyot-Sionnest1-6/+2
2008-11-19Bulk EOL cleanupThomas Guyot-Sionnest1-1/+1
2008-11-07check_icmp now reports min and max round trip time perfdata (Steve Rader)Thomas Guyot-Sionnest1-5/+17
2008-08-08Typo in --help outputThomas Guyot-Sionnest1-1/+1
2008-07-28-b option now specifies ICMP data bytes instead of packet sizeMatthias Eble1-7/+7
2008-07-17Add support for packet size modification (-b)Matthias Eble1-10/+16
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Thomas Guyot-Sionnest1-1/+8
2008-04-29--help output cleanup (plus removal of spaces on blank lines)Thomas Guyot-Sionnest1-16/+18
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