summaryrefslogtreecommitdiffstats
path: root/plugins/check_snmp.d
AgeCommit message (Collapse)AuthorFilesLines
2025-09-09Add break statement to switch pathLorenz Kästle1-0/+1
2025-09-08Little adaptions for old compilersLorenz Kästle1-4/+3
2025-09-08Fix spelling ...Lorenz Kästle1-1/+1
2025-09-08check_snmp: refactoring + fixesLorenz Kästle3-28/+922
This commit moves the state retention logic to check_snmp as it is only used there and I do not want it to be used at all, so it doesn't get a place in the lib. Otherwise this adapts tests and fixes the rate computing in the refactored version of check_snmp. Also fixes some bugs detected with the tests
2025-08-30check_snmp: Fix number processing (offset + multiplier)Lorenz Kästle2-0/+4
2025-08-30check_snmp: implement output format settingLorenz Kästle1-0/+3
2025-08-27check_snmp: hopefully fix helpersLorenz Kästle2-32/+41
2025-08-27check_snmp: rebuild threshold parsingLorenz Kästle3-47/+116
2025-08-25rebuild check_snmpLorenz Kästle1-0/+107