summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-12-03print_help and print_usage() cleanupBenoit Mortier1-6/+6
2004-12-03remove UT_HLP_VRS from print_usageBenoit Mortier1-7/+5
2004-12-03fixes for internationalizationBenoit Mortier1-3/+4
2004-12-03bump copyright yearBenoit Mortier1-1/+1
2004-12-02More internationalization workBenoit Mortier1-1/+1
2004-12-02return of process_arguments() is TRUE not OK !Benoit Mortier1-1/+1
2004-12-02changed Error: by CRITICAL -Benoit Mortier1-1/+1
2004-12-01standardize localization stringBenoit Mortier1-25/+10
2004-11-24Making messages more consistentTon Voon1-1/+1
2004-02-28checks for warn in check_num() mistakenly referred to crit limitsKarl DeBisschop1-2/+2
2004-02-20spell fix "received"Karl DeBisschop1-1/+1
2003-11-12clean up compiler warningsKarl DeBisschop1-18/+8
2003-08-22- bindtextdomain for gettext, a few other smale cleanups here and thereKarl DeBisschop1-1/+6
2003-08-10the last round of pedantic compiler warningsKarl DeBisschop1-30/+43
2003-08-08fix a variety of compiler warnings about qualifier discards and other pedanti...Karl DeBisschop1-1/+1
2003-08-07reorder for consistency (no code changes)Karl DeBisschop1-157/+176
2003-08-07replace "terminate" with "die" for shorter name and better readabilityKarl DeBisschop1-7/+7
2003-08-02markupf for translationKarl DeBisschop1-26/+22
2003-08-02markup for translationKarl DeBisschop1-2/+2
2003-08-02markup for translationKarl DeBisschop1-92/+108
2003-05-09cause snmpget try try for 1 second less than the timeout (allowing plugin to ...Karl DeBisschop1-2/+3
2003-04-07Removed unnecessary regex arrayTon Voon1-1/+0
2003-03-11Remove getopt_long checksTon Voon1-8/+1
2003-02-18OID type prefix patch [Patches-679403]Subhendu Ghosh1-0/+2
2003-02-03Avoid core dump with null or invalid data (679400 - Mathieu Masseboeuf)Ton Voon1-0/+2