summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-10check_icmp: Do not overwrite -4,-6 on lookuprefs/pull/1563/headJacob Hansen1-2/+10
2018-12-10check_icmp: emit error if multiple protocol versionJacob Hansen1-0/+4
2018-12-10check_icmp: move opts string into a variableJacob Hansen1-2/+3
2018-12-07check_icmp: Correctly set address_family on lookupJacob Hansen1-1/+2
2018-12-07check_icmp: removed outcommented codeJacob Hansen1-7/+0
2018-12-07check_icmp: process protocol version args firstJacob Hansen1-10/+22
2018-12-07check_icmp: Automatically detect IP protocolJacob Hansen1-26/+45
2018-12-07Fixed parameter handling after 01efbb2183d49c5082598d4799788fc385342f28Lars Michelsen1-38/+38
2018-12-07check_icmp: Add IPv6 supportLars Michelsen1-161/+330
2017-01-10Apply another spelling fixHolger Weiss1-1/+1
2016-12-01Spelling fixes suggested by lintianrefs/pull/1452/headJan Wagner1-1/+1
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