index
:
monitoring-plugins
archive/avendor
archive/maint-1.4
archive/release-1.3.0
archive/state_file
hw/http-connect
hw/output/functions
hw/output/plugins
iputils
maint-2.1
maint-2.2
maint-2.3
maint-2.3.2
maint-2.4
master
tg/ntp_rework
tv/new_threshold_syntax
Monitoring Plugins
Monitoring Plugins
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugins
/
check_snmp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-14
Fix a lot of typos reported by codespell
Jan Wagner
1
-1
/
+1
2023-03-27
simplify code
Sven Nierlein
1
-4
/
+1
2023-03-15
check_snmp: disable multiplier when unused
Sven Nierlein
1
-4
/
+9
2023-01-20
fix check_snmp regex matches
Sven Nierlein
1
-2
/
+21
2022-12-22
check_snmp: always apply format when applying multiplier
Sven Nierlein
1
-1
/
+5
2022-12-22
add 'multiplier' to modify current value
Wolfgang Nieder
1
-23
/
+61
2022-07-24
check_snmp: Segfault if number of processed lines is greater than number of t...
adrb
1
-1
/
+1
2022-01-14
Updated int state to human readable
Ken D
1
-1
/
+1
2022-01-14
Added option for null zero length string exit codes
Ken D
1
-3
/
+27
2021-11-19
Fix option description authpassword -> authpasswd
Lorenz Kästle
1
-1
/
+1
2021-11-19
Revert "Fixed option description authpassword -> authpasswd + whitespaces"
Lorenz Kästle
1
-20
/
+20
2021-11-19
Fixed option description authpassword -> authpasswd + whitespaces
Lorenz Kästle
1
-20
/
+20
2021-11-17
check_snmp: fix performance thresholds when using multiple oids
Sven Nierlein
1
-2
/
+7
2021-04-07
Merge pull request #1465 from lausser/master
Sven Nierlein
1
-2
/
+3
2018-01-19
Update check_snmp.c
Sven Nierlein
1
-1
/
+1
2018-01-19
check_snmp: make calcualtion of timeout value in help output more clear
Michael Kraus
1
-1
/
+2
2017-02-07
check_snmp: put the "c" (to mark a counter) after the perfdata value
Gerhard Lausser
1
-2
/
+3
2016-11-08
Revert "check_snmp: fix push request 1173 for SNMP responses without datatype...
Sven Nierlein
1
-1
/
+1
2016-11-08
check_snmp: fix push request 1173 for SNMP responses without datatype indicator
Thomas Kurschel
1
-1
/
+1
2016-11-07
check_snmp.c - Added IPv6 support
abrist
1
-3
/
+13
2015-10-08
Merge branch 'maint'
Holger Weiss
1
-2
/
+1
2015-10-04
use unknown exit code for help/version in plugins
Sven Nierlein
1
-2
/
+2
2015-10-04
check_snmp.c: switched DEFAULT_TIMEOUT to DEFAULT_SOCKET_TIMEOUT (provided by...
Oliver Skibbe
1
-2
/
+1
2015-10-02
check_snmp: small improvement by anonymous submission
Jan Wagner
1
-0
/
+3
2014-11-28
Introduce support for SNMPv3 context in check_snmp
Johannes Engel
1
-11
/
+31
2014-11-28
check_snmp: Add thresholds to performance data
Andreas Seemueller
1
-0
/
+12
2014-04-24
check_snmp: Handle SNMPv3 noAuthNoPriv properly
Anton Lofgren
1
-4
/
+6
2014-01-31
Handle negative values properly with check_snmp
Stephane Lapie
1
-1
/
+1
2014-01-21
Merge branch 'rename'
Thomas Guyot-Sionnest
1
-3
/
+3
2014-01-21
plugins/*.c: Alterations for timeout messages.
Spenser Reinhardt
1
-1
/
+1
2014-01-20
Capitalize "Monitoring" when it's the first word
Holger Weiss
1
-1
/
+1
2014-01-19
Project rename initial commit.
Monitoring Plugins Development Team
1
-3
/
+3
2013-09-12
check_snmp: add timeout handler befor running snmpget
Sven Nierlein
1
-0
/
+10
2013-09-05
check_snmp: Initialize size_t value to 0, not NULL
Holger Weiss
1
-1
/
+1
2013-08-27
check_snmp: Fix --help segfault
Holger Weiss
1
-1
/
+1
2013-08-27
Merge branch 'master' of https://github.com/ozamosi/nagios-plugins
Holger Weiss
1
-21
/
+61
2013-08-21
check_snmp: Fix support for inverse thresholds
Holger Weiss
1
-5
/
+7
2013-08-18
NEWS: Mention the new "check_snmp --offset" option
Holger Weiss
1
-2
/
+2
2013-08-18
added --offset option to allow adjustment of sensor data
Simon Kainz
1
-1
/
+9
2013-08-18
check_snmp: Allocate space for the new -Le option
Holger Weiss
1
-2
/
+2
2013-08-18
Add -Le option to snmpcmd to avoid error message of 'No Log Handling Enabled...'
Mark Keisler
1
-13
/
+14
2013-01-29
check_snmp: Close potential for using uninitialized memory
Robin Sonefors
1
-1
/
+2
2013-01-29
check_snmp: Dynamically grow all data structures
Robin Sonefors
1
-20
/
+59
2013-01-23
check_snmp: Don't thrash memory when using multiple label/unit argument
Robin Sonefors
1
-11
/
+11
2012-11-02
plugins/check_snmp: Show snmp error when we fail to parse its output
Andreas Ericsson
1
-2
/
+2
2012-11-02
Make check_snmp backwards compatible in how it parses thresholds
Andreas Ericsson
1
-0
/
+23
2012-06-29
Die when asprintf fails
Anders Kaseorg
1
-17
/
+17
2012-06-27
check_snmp: use single quotes for perf data labels
Sven Nierlein
1
-3
/
+3
2012-06-26
Fix performance data label containing spaces in check_snmp (Jochen Bern)
Sven Nierlein
1
-3
/
+23
2012-02-24
Cosmetic change
Holger Weiss
1
-7
/
+7
[next]