aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_snmp.c
AgeCommit message (Expand)Author
2022-07-24check_snmp: Segfault if number of processed lines is greater than number of t...Gravatar adrb
2022-01-14Updated int state to human readableGravatar Ken D
2022-01-14Added option for null zero length string exit codesGravatar Ken D
2021-11-19Fix option description authpassword -> authpasswdGravatar Lorenz Kästle
2021-11-19Revert "Fixed option description authpassword -> authpasswd + whitespaces"Gravatar Lorenz Kästle
2021-11-19Fixed option description authpassword -> authpasswd + whitespacesGravatar Lorenz Kästle
2021-11-17check_snmp: fix performance thresholds when using multiple oidsGravatar Sven Nierlein
2021-04-07Merge pull request #1465 from lausser/masterGravatar Sven Nierlein
2018-01-19Update check_snmp.cGravatar Sven Nierlein
2018-01-19check_snmp: make calcualtion of timeout value in help output more clearGravatar Michael Kraus
2017-02-07check_snmp: put the "c" (to mark a counter) after the perfdata valueGravatar Gerhard Lausser
2016-11-08Revert "check_snmp: fix push request 1173 for SNMP responses without datatype...Gravatar Sven Nierlein
2016-11-08check_snmp: fix push request 1173 for SNMP responses without datatype indicatorGravatar Thomas Kurschel
2016-11-07check_snmp.c - Added IPv6 supportGravatar abrist
2015-10-08Merge branch 'maint'Gravatar Holger Weiss
2015-10-04use unknown exit code for help/version in pluginsGravatar Sven Nierlein
2015-10-04check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided by...Gravatar Oliver Skibbe
2015-10-02check_snmp: small improvement by anonymous submissionGravatar Jan Wagner
2014-11-28Introduce support for SNMPv3 context in check_snmpGravatar Johannes Engel
2014-11-28check_snmp: Add thresholds to performance dataGravatar Andreas Seemueller
2014-04-24check_snmp: Handle SNMPv3 noAuthNoPriv properlyGravatar Anton Lofgren
2014-01-31Handle negative values properly with check_snmpGravatar Stephane Lapie
2014-01-21Merge branch 'rename'Gravatar Thomas Guyot-Sionnest
2014-01-21plugins/*.c: Alterations for timeout messages.Gravatar Spenser Reinhardt
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-12check_snmp: add timeout handler befor running snmpgetGravatar Sven Nierlein
2013-09-05check_snmp: Initialize size_t value to 0, not NULLGravatar Holger Weiss
2013-08-27check_snmp: Fix --help segfaultGravatar Holger Weiss
2013-08-27Merge branch 'master' of https://github.com/ozamosi/nagios-pluginsGravatar Holger Weiss
2013-08-21check_snmp: Fix support for inverse thresholdsGravatar Holger Weiss
2013-08-18NEWS: Mention the new "check_snmp --offset" optionGravatar Holger Weiss
2013-08-18added --offset option to allow adjustment of sensor dataGravatar Simon Kainz
2013-08-18check_snmp: Allocate space for the new -Le optionGravatar Holger Weiss
2013-08-18Add -Le option to snmpcmd to avoid error message of 'No Log Handling Enabled...'Gravatar Mark Keisler
2013-01-29check_snmp: Close potential for using uninitialized memoryGravatar Robin Sonefors
2013-01-29check_snmp: Dynamically grow all data structuresGravatar Robin Sonefors
2013-01-23check_snmp: Don't thrash memory when using multiple label/unit argumentGravatar Robin Sonefors
2012-11-02plugins/check_snmp: Show snmp error when we fail to parse its outputGravatar Andreas Ericsson
2012-11-02Make check_snmp backwards compatible in how it parses thresholdsGravatar Andreas Ericsson
2012-06-29Die when asprintf failsGravatar Anders Kaseorg
2012-06-27check_snmp: use single quotes for perf data labelsGravatar Sven Nierlein
2012-06-26Fix performance data label containing spaces in check_snmp (Jochen Bern)Gravatar Sven Nierlein
2012-02-24Cosmetic changeGravatar Holger Weiss
2012-02-24Accept multiple labels specified with "-l"Gravatar Holger Weiss
2010-11-30Revert "check_snmp now considers strings returned by SNMP that contain just"Gravatar Thomas Guyot-Sionnest
2010-11-30check_snmp: Remove that is_numeric madnessGravatar Thomas Guyot-Sionnest
2010-11-15check_snmp now considers strings returned by SNMP that contain justGravatar nagios
2010-07-09Fix --help output when MAX_OIDS is altered.Gravatar Thomas Guyot-Sionnest
2010-06-30Corrected rate_multiplier calculationGravatar tonvoon