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