aboutsummaryrefslogtreecommitdiff
path: root/plugins-root/check_icmp.c
AgeCommit message (Expand)Author
2022-11-29check_icmp: fix parsing help/version long optionsGravatar Aksel Sjögren
2022-07-14Set msg_namelen to the size of the sockaddr struct for the appropriate addres...Gravatar eriksejr
2022-03-15check_icmp: buffer offerflow (#1733)Gravatar Lorenz
2022-01-29- delay set_source_ip() until address_family is detectedGravatar ghciv6
2021-11-24More wrong printf formattingGravatar RincewindsHat
2021-11-24Fix CodeQL checksGravatar RincewindsHat
2021-11-15check_icmp: Fix pkt perfdata in check_host modeGravatar Aksel Sjögren
2020-12-19docs: fix simple typo, conspicuosly -> conspicuouslyGravatar Tim Gates
2018-12-10check_icmp: Do not overwrite -4,-6 on lookupGravatar Jacob Hansen
2018-12-10check_icmp: emit error if multiple protocol versionGravatar Jacob Hansen
2018-12-10check_icmp: move opts string into a variableGravatar Jacob Hansen
2018-12-07check_icmp: Correctly set address_family on lookupGravatar Jacob Hansen
2018-12-07check_icmp: removed outcommented codeGravatar Jacob Hansen
2018-12-07check_icmp: process protocol version args firstGravatar Jacob Hansen
2018-12-07check_icmp: Automatically detect IP protocolGravatar Jacob Hansen
2018-12-07Fixed parameter handling after 01efbb2183d49c5082598d4799788fc385342f28Gravatar Lars Michelsen
2018-12-07check_icmp: Add IPv6 supportGravatar Lars Michelsen
2017-01-10Apply another spelling fixGravatar Holger Weiss
2016-12-01Spelling fixes suggested by lintianGravatar Jan Wagner
2015-10-04use unknown exit code for help/version in plugins-root as wellGravatar Sven Nierlein
2015-01-29make use of MSG_CONFIRM optionalGravatar Sven Nierlein
2014-12-02check_icmp: Cast size_t values for printf(3)Gravatar Holger Weiss
2014-11-28check_icmp: Fix a few type errorsGravatar Holger Weiss
2014-11-28Don't mix variable declarations and codeGravatar Holger Weiss
2014-11-28Use kernel reception time on ICMP packets to compute rtt.Gravatar Matthieu Kermagoret
2014-07-06check_icmp/check_dhcp: disable check, if we are rootGravatar Jan Wagner
2014-01-21Capitalize "Monitoring Plugins"Gravatar Holger Weiss
2014-01-20Capitalize "Monitoring" when it's the first wordGravatar Holger Weiss
2014-01-19Project rename initial commit.Gravatar Monitoring Plugins Development Team
2013-09-04check_icmp: Minor whitespace/indentation fixesGravatar Holger Weiss
2013-09-04check_icmp: Support "--help" and "--version"Gravatar Holger Weiss
2011-04-28check_host: Allocate a large-enough buffer for the host table.Gravatar Sebastian Harl
2010-04-22Add newline after "Usage:" in --helpGravatar Thomas Guyot-Sionnest
2010-04-21Standardize the extra-opts notesGravatar Thomas Guyot-Sionnest
2010-04-14Fix translations when extra-opts aren't enabledGravatar Thomas Guyot-Sionnest
2009-10-15Set proper network byte order for icmp_id and icmp_seq in icmp packetsGravatar Thomas Guyot-Sionnest
2009-10-15Increment per-host sequence in check_icmpGravatar Thomas Guyot-Sionnest
2009-06-14Fixed error in rtt/rta calculation in case of system clock problemsGravatar Matthias Eble
2009-06-02Don't use the plain char type for data buffersGravatar Holger Weiss
2009-06-01Fixed check_icmp compiler warnings by including float.hGravatar Matthias Eble
2009-06-01Fixed --help output for warn and critical thresholds (sf.net #2796624, debian...Gravatar Matthias Eble
2008-11-23Removing CVS/SVN tags and replacing with git-based versioningGravatar Thomas Guyot-Sionnest
2008-11-19Bulk EOL cleanupGravatar Thomas Guyot-Sionnest
2008-11-07check_icmp now reports min and max round trip time perfdata (Steve Rader)Gravatar Thomas Guyot-Sionnest
2008-08-08Typo in --help outputGravatar Thomas Guyot-Sionnest
2008-07-28-b option now specifies ICMP data bytes instead of packet sizeGravatar Matthias Eble
2008-07-17Add support for packet size modification (-b)Gravatar Matthias Eble
2008-05-07Added support for --extra-opts in all C plugins (disabled by default, see con...Gravatar Thomas Guyot-Sionnest
2008-04-29--help output cleanup (plus removal of spaces on blank lines)Gravatar Thomas Guyot-Sionnest
2008-01-31Bump plugins-root/ to GPLv3Gravatar Thomas Guyot-Sionnest