aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_snmp.c
AgeCommit message (Expand)Author
2007-05-29check_snmp don't warn anymore if something is printed on stderrGravatar Thomas Guyot-Sionnest
2007-05-29change a bunch of whitespaces (no code was harmed)Gravatar Thomas Guyot-Sionnest
2007-04-15Fix bug #1344584: Counter64 values not handled correctlyGravatar Thomas Guyot-Sionnest
2007-02-02Fix parsing of multiple OIDs sets needmibs = TRUEGravatar Thomas Guyot-Sionnest
2007-01-28Don't try to print `optarg' (which will be a NULL pointer) if an unknownGravatar Holger Weiss
2006-10-20Reverting back accidently regressed codeGravatar Ton Voon
2006-10-19adding missing check_snmpGravatar Benoit Mortier
2006-10-19Initialise strings for Fedora Core 5 (Henning Schmiedehausen)Gravatar Ton Voon
2006-10-19Removed asprintf for perf data (Craig Orsinger, Robby Giffin - 1310495)Gravatar Ton Voon
2006-10-19type variable not cleared in Sol 10 (Kyle Tucker)Gravatar Ton Voon
2006-06-21cleaning help and usageGravatar Benoit Mortier
2006-06-20cleaning help and usage + licenseGravatar Benoit Mortier
2006-05-25Use coreutils' regexp libraries, so regexp always available nowGravatar Ton Voon
2006-05-24Variables need to be declared at top of code for better portabilityGravatar Ton Voon
2005-10-31code cleanups, largely resulting from turning on -Wall. mostlyGravatar M. Sean Finney
2005-06-01only load mibs if needed or specified - patch 1212395Gravatar Subhendu Ghosh
2005-05-25support for getnext - 1106430Gravatar Subhendu Ghosh
2005-05-25v2c support - 1155754Gravatar Subhendu Ghosh
2005-04-05This is a first cut at adding performance data to check_snmp. I wasn't sureGravatar Harper Mann
2005-01-21Tracker 1106378 fixed - The -t (timeout) arg was not handled correctly when p...Gravatar Harper Mann
2004-12-30more internationalization fixesGravatar Benoit Mortier
2004-12-25various fixes for localizationGravatar Benoit Mortier
2004-12-08patch 1028033Gravatar Benoit Mortier
2004-12-05Fix for -s string matching (#756567, Tony Missana)Gravatar Matthew Kent
2004-12-03reverting my changes from !=TRUE to == ERROR, that's not good ;-( sorryGravatar Benoit Mortier
2004-12-03print_help and print_usage() cleanupGravatar Benoit Mortier
2004-12-03remove UT_HLP_VRS from print_usageGravatar Benoit Mortier
2004-12-03fixes for internationalizationGravatar Benoit Mortier
2004-12-03bump copyright yearGravatar Benoit Mortier
2004-12-02More internationalization workGravatar Benoit Mortier
2004-12-02return of process_arguments() is TRUE not OK !Gravatar Benoit Mortier
2004-12-02changed Error: by CRITICAL -Gravatar Benoit Mortier
2004-12-01standardize localization stringGravatar Benoit Mortier
2004-11-24Making messages more consistentGravatar Ton Voon
2004-02-28checks for warn in check_num() mistakenly referred to crit limitsGravatar Karl DeBisschop
2004-02-20spell fix "received"Gravatar Karl DeBisschop
2003-11-12clean up compiler warningsGravatar Karl DeBisschop
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereGravatar Karl DeBisschop
2003-08-10the last round of pedantic compiler warningsGravatar Karl DeBisschop
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Gravatar Karl DeBisschop
2003-08-07reorder for consistency (no code changes)Gravatar Karl DeBisschop
2003-08-07replace "terminate" with "die" for shorter name and better readabilityGravatar Karl DeBisschop
2003-08-02markupf for translationGravatar Karl DeBisschop
2003-08-02markup for translationGravatar Karl DeBisschop
2003-08-02markup for translationGravatar Karl DeBisschop
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Gravatar Karl DeBisschop
2003-04-07Removed unnecessary regex arrayGravatar Ton Voon
2003-03-11Remove getopt_long checksGravatar Ton Voon
2003-02-18OID type prefix patch [Patches-679403]Gravatar Subhendu Ghosh
2003-02-03Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf)Gravatar Ton Voon