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
2009-10-22
Fix usage of repeated -o options in check_snmp
Thomas Guyot-Sionnest
1
-1/+1
2009-08-05
Fix segfault in check_snmp (definitive fix is still in the works - see bug #2...
Thomas Guyot-Sionnest
1
-3/+5
2009-08-01
Fix check_snmp passing single-quotes as -m argument when it should be empty
Thomas Guyot-Sionnest
1
-3/+3
2009-07-31
check_snmp: Add some verbose output and tests
Thomas Guyot-Sionnest
1
-2/+5
2009-05-28
check_snmp: Make use of standard threshold functions
Thomas Guyot-Sionnest
1
-197/+53
2009-05-27
Fix whitespaces in check_snmp
Thomas Guyot-Sionnest
1
-73/+73
2009-03-18
check_snmp: Fix potential buffer overflow - enforce MAX_OIDS limit (John A. B...
Thomas Guyot-Sionnest
1
-2/+1
2009-03-16
check_snmp fixes:
Thomas Guyot-Sionnest
1
-5/+5
2009-03-14
Ignore stderr messages unless return code is non-zero or there is no output
Ton Voon
1
-12/+20
2009-03-14
Fixed passing of quotes in OID for check_snmp (#1985230 - Jan Wagner, patch b...
Ton Voon
1
-155/+140
2009-02-24
check_snmp long help missing retries entry (#2608223)
Thomas Guyot-Sionnest
1
-0/+2
2009-02-20
Typo fixes (Jan Wagner - SF 1878971)
Ton Voon
1
-3/+3
2008-12-23
Allow privproto to be passed through check_snmp to snmpget. Defaults to DES
Ton Voon
1
-4/+13
2008-11-23
Removing CVS/SVN tags and replacing with git-based versioning
Thomas Guyot-Sionnest
1
-6/+2
2008-11-19
Bulk EOL cleanup
Thomas Guyot-Sionnest
1
-19/+19
2008-07-09
check_snmp now only prints perfdata for non numeric values (Joerg Linge #1867...
Matthias Eble
1
-7/+11
2008-05-07
Added support for --extra-opts in all C plugins (disabled by default, see con...
Thomas Guyot-Sionnest
1
-0/+7
2008-04-27
--help output cleanup (plus removal of spaces on blank lines)
Thomas Guyot-Sionnest
1
-18/+21
2008-01-31
Bump plugin/ to GPLv3 (check_overcr to check_users)
Thomas Guyot-Sionnest
1
-21/+18
2007-12-10
Plenty of french translations (and a few fixes BTW)
Thomas Guyot-Sionnest
1
-1/+1
2007-11-11
Fix broken usage2 in check_snmp and check_cluster
Thomas Guyot-Sionnest
1
-2/+2
2007-11-09
Fix check_snmp buffer overflow (CVE-2007-5623)
Thomas Guyot-Sionnest
1
-6/+10
2007-11-09
Fix missing \n in --help output
Thomas Guyot-Sionnest
1
-2/+2
2007-10-24
Hide the SNMP community string (and v3 passwords) from error messages
Holger Weiss
1
-3/+10
2007-05-29
check_snmp don't warn anymore if something is printed on stderr
Thomas Guyot-Sionnest
1
-2/+9
2007-05-29
change a bunch of whitespaces (no code was harmed)
Thomas Guyot-Sionnest
1
-22/+22
2007-04-15
Fix bug #1344584: Counter64 values not handled correctly
Thomas Guyot-Sionnest
1
-22/+26
2007-02-02
Fix parsing of multiple OIDs sets needmibs = TRUE
Thomas Guyot-Sionnest
1
-4/+4
2007-01-28
Don't try to print `optarg' (which will be a NULL pointer) if an unknown
Holger Weiss
1
-1/+1
2006-10-20
Reverting back accidently regressed code
Ton Voon
1
-6/+12
2006-10-19
adding missing check_snmp
Benoit Mortier
1
-19/+14
2006-10-19
Initialise strings for Fedora Core 5 (Henning Schmiedehausen)
Ton Voon
1
-3/+3
2006-10-19
Removed asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495)
Ton Voon
1
-3/+5
2006-10-19
type variable not cleared in Sol 10 (Kyle Tucker)
Ton Voon
1
-0/+4
2006-06-21
cleaning help and usage
Benoit Mortier
1
-74/+63
2006-06-20
cleaning help and usage + license
Benoit Mortier
1
-22/+36
2006-05-25
Use coreutils' regexp libraries, so regexp always available now
Ton Voon
1
-15/+1
2006-05-24
Variables need to be declared at top of code for better portability
Ton Voon
1
-1/+1
2005-10-31
code cleanups, largely resulting from turning on -Wall. mostly
M. Sean Finney
1
-2/+2
2005-06-01
only load mibs if needed or specified - patch 1212395
Subhendu Ghosh
1
-10/+32
2005-05-25
support for getnext - 1106430
Subhendu Ghosh
1
-2/+18
2005-05-25
v2c support - 1155754
Subhendu Ghosh
1
-1/+4
2005-04-05
This is a first cut at adding performance data to check_snmp. I wasn't sure
Harper Mann
1
-5/+18
2005-01-21
Tracker 1106378 fixed - The -t (timeout) arg was not handled correctly when p...
Harper Mann
1
-7/+18
2004-12-30
more internationalization fixes
Benoit Mortier
1
-11/+7
2004-12-25
various fixes for localization
Benoit Mortier
1
-5/+3
2004-12-08
patch 1028033
Benoit Mortier
1
-1/+1
2004-12-05
Fix for -s string matching (#756567, Tony Missana)
Matthew Kent
1
-1/+1
2004-12-03
reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorry
Benoit Mortier
1
-1/+1
2004-12-03
print_help and print_usage() cleanup
Benoit Mortier
1
-6/+6
[prev]
[next]