summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-28check_snmp: Remove unused variableRincewindsHat1-4/+0
2023-10-19Fix fallout of the previous changesRincewindsHat1-2/+2
2023-10-19Fixes for -Wsign-compareRincewindsHat1-13/+18
2023-10-18check_snmp: Use C99 booleansRincewindsHat1-6/+6
2023-08-30Merge branch 'master' into compiler_warning_part_5Lorenz Kästle1-21/+42
2023-08-28Remove dead, commented codeLorenz Kästle1-9/+0
2023-08-27Implement option to ignore mib file parsing errorsRincewindsHat1-17/+47
2023-07-23Merge branch 'master' into compiler_warning_part_5Lorenz Kästle1-0/+1
2023-07-11Detect if fmtstr was set in edge casesLorenz Kästle1-2/+4
2023-04-17Fixes for WaddressRincewindsHat1-3/+5
2023-04-17Fixes for -Wimplicit-fallthroughRincewindsHat1-0/+1
2023-04-14Fix a lot of typos reported by codespellrefs/pull/1864/headJan Wagner1-1/+1
2023-03-27simplify coderefs/pull/1850/headSven Nierlein1-4/+1
2023-03-15check_snmp: disable multiplier when unusedSven Nierlein1-4/+9
2023-01-20fix check_snmp regex matchesSven Nierlein1-2/+21
2022-12-22check_snmp: always apply format when applying multiplierSven Nierlein1-1/+5
2022-12-22add 'multiplier' to modify current valueWolfgang Nieder1-23/+61
2022-07-24check_snmp: Segfault if number of processed lines is greater than number of t...adrb1-1/+1
2022-01-14Updated int state to human readablerefs/pull/1496/headKen D1-1/+1
2022-01-14Added option for null zero length string exit codesKen D1-3/+27
2021-11-19Fix option description authpassword -> authpasswdLorenz Kästle1-1/+1
2021-11-19Revert "Fixed option description authpassword -> authpasswd + whitespaces"Lorenz Kästle1-20/+20
2021-11-19Fixed option description authpassword -> authpasswd + whitespacesLorenz Kästle1-20/+20
2021-11-17check_snmp: fix performance thresholds when using multiple oidsSven Nierlein1-2/+7
2021-04-07Merge pull request #1465 from lausser/masterSven Nierlein1-2/+3
2018-01-19Update check_snmp.crefs/pull/1527/headSven Nierlein1-1/+1
2018-01-19check_snmp: make calcualtion of timeout value in help output more clearMichael Kraus1-1/+2
2017-02-07check_snmp: put the "c" (to mark a counter) after the perfdata valuerefs/pull/1465/headGerhard Lausser1-2/+3
2016-11-07Revert "check_snmp: fix push request 1173 for SNMP responses without datatype...Sven Nierlein1-1/+1
2016-11-07check_snmp: fix push request 1173 for SNMP responses without datatype indicatorThomas Kurschel1-1/+1
2016-11-07check_snmp.c - Added IPv6 supportabrist1-3/+13
2015-10-08Merge branch 'maint'Holger Weiss1-2/+1
2015-10-04use unknown exit code for help/version in pluginsSven Nierlein1-2/+2
2015-10-04check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided by...Oliver Skibbe1-2/+1
2015-10-02check_snmp: small improvement by anonymous submissionJan Wagner1-0/+3
2014-11-28Introduce support for SNMPv3 context in check_snmpJohannes Engel1-11/+31
2014-11-28check_snmp: Add thresholds to performance dataAndreas Seemueller1-0/+12
2014-04-24check_snmp: Handle SNMPv3 noAuthNoPriv properlyAnton Lofgren1-4/+6
2014-01-31Handle negative values properly with check_snmpStephane Lapie1-1/+1
2014-01-21Merge branch 'rename'Thomas Guyot-Sionnest1-3/+3
2014-01-21plugins/*.c: Alterations for timeout messages.Spenser Reinhardt1-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-3/+3
2013-09-12check_snmp: add timeout handler befor running snmpgetSven Nierlein1-0/+10
2013-09-04check_snmp: Initialize size_t value to 0, not NULLHolger Weiss1-1/+1
2013-08-27check_snmp: Fix --help segfaultHolger Weiss1-1/+1
2013-08-27Merge branch 'master' of https://github.com/ozamosi/nagios-pluginsHolger Weiss1-21/+61
2013-08-21check_snmp: Fix support for inverse thresholdsHolger Weiss1-5/+7
2013-08-18NEWS: Mention the new "check_snmp --offset" optionHolger Weiss1-2/+2
2013-08-18added --offset option to allow adjustment of sensor dataSimon Kainz1-1/+9