Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-09-10 | netutils.h: clang-format | Lorenz Kästle | 1 | -66/+65 | |
2025-09-10 | sslutils.c: clang-format | Lorenz Kästle | 1 | -24/+41 | |
2025-09-10 | check_curl: remove the other gotos | Lorenz Kästle | 1 | -5/+16 | |
2025-09-10 | check_curl: remove goto logic | Lorenz Kästle | 1 | -122/+138 | |
2025-09-10 | check_curl: set http port to 80 by default | Lorenz Kästle | 1 | -1/+1 | |
2025-09-10 | check_curl: pre compile regex for string matching | Lorenz Kästle | 2 | -3/+12 | |
2025-09-10 | check_curl: remove another global variable | Lorenz Kästle | 1 | -4/+2 | |
2025-09-10 | Merge branch 'master' into refactor/check_curl | Lorenz Kästle | 1 | -1767/+1822 | |
2025-09-09 | Merge pull request #2145 from RincewindsHat/check_http_improvements | Lorenz Kästle | 1 | -1767/+1822 | |
check_http: formatting + no-brainer linter fixes | |||||
2025-09-09 | check_http: formatting + no-brainer linter fixes | Lorenz Kästle | 1 | -1767/+1822 | |
2025-09-09 | check_curl: more refactoring | Lorenz Kästle | 2 | -366/+469 | |
2025-09-09 | Fix some include paths | Lorenz Kästle | 1 | -3/+3 | |
2025-09-09 | Merge branch 'master' into refactor/check_curl | Lorenz Kästle | 33 | -1913/+2851 | |
2025-09-09 | Merge pull request #2144 from RincewindsHat/refactor/check_snmp | Lorenz Kästle | 21 | -1748/+2421 | |
Refactor check snmp: - Switch from executing `snmpget`/`snmpgetnext` to linking directly agains net-snmp - Refactor to use test abstraction -> allows for JSON output | |||||
2025-09-09 | Adjust number of tests | Lorenz Kästle | 1 | -1/+1 | |
2025-09-09 | Add break statement to switch path | Lorenz Kästle | 1 | -0/+1 | |
2025-09-09 | Activate mib parsing in Debian CI pipeline | Lorenz Kästle | 1 | -0/+2 | |
2025-09-08 | Little adaptions for old compilers | Lorenz Kästle | 1 | -4/+3 | |
2025-09-08 | Fix spelling ... | Lorenz Kästle | 1 | -1/+1 | |
2025-09-08 | lib: code formatting, perfdata label sanity checking and so on | Lorenz Kästle | 1 | -14/+58 | |
2025-09-08 | check_snmp: refactoring + fixes | Lorenz Kästle | 13 | -1071/+1647 | |
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-09-08 | snmp: fix complaint of snmpd about paths | Lorenz Kästle | 1 | -1/+1 | |
2025-09-01 | lib/utils_base.c: small refactoring | Lorenz Kästle | 2 | -103/+94 | |
2025-09-01 | lib/utils_base.c: clang-format | Lorenz Kästle | 1 | -13/+18 | |
2025-09-01 | check_snmp: improve string quoting in result | Lorenz Kästle | 1 | -1/+16 | |
2025-08-30 | check_snmp: Small improvements + fix dereference bug | Lorenz Kästle | 1 | -3/+4 | |
2025-08-30 | check_snmp: Fix number processing (offset + multiplier) | Lorenz Kästle | 3 | -13/+62 | |
2025-08-30 | check_snmp: implement output format setting | Lorenz Kästle | 2 | -15/+46 | |
2025-08-29 | check_snmp: Make linter happy | Lorenz Kästle | 1 | -22/+28 | |
2025-08-29 | check_snmp: Remove options description for input delimiter | Lorenz Kästle | 1 | -6/+0 | |
2025-08-28 | Build check_snmp unconditionally | Lorenz Kästle | 1 | -2/+3 | |
2025-08-28 | check_snmp: fix DES availability detection(?) | Lorenz Kästle | 2 | -3/+13 | |
2025-08-28 | check_snmp: formatting | Lorenz Kästle | 1 | -2/+2 | |
2025-08-28 | check_snmp: Test for availability of DES privacy protocol | Lorenz Kästle | 1 | -3/+18 | |
2025-08-28 | Remove testing for SNMPGETNEXT from autotools stuff | Lorenz Kästle | 1 | -11/+0 | |
2025-08-27 | check_snmp: use snmp v2c if community is given | Lorenz Kästle | 1 | -0/+8 | |
2025-08-27 | Fix Specfile requires | Lorenz Kästle | 1 | -1/+3 | |
2025-08-27 | Add libsnmp-dev dependency to codeql gh action | Lorenz Kästle | 1 | -3/+14 | |
2025-08-27 | Fix one more typo | Lorenz Kästle | 1 | -1/+1 | |
2025-08-27 | Add netsnmp lib to specfile | Lorenz Kästle | 1 | -0/+1 | |
2025-08-27 | Add libsnmp-dev to github action dependencies | Lorenz Kästle | 1 | -0/+1 | |
2025-08-27 | check_snmp: fix typos | Lorenz Kästle | 1 | -6/+6 | |
2025-08-27 | check_snmp: declare internal functions static | Lorenz Kästle | 1 | -2/+2 | |
2025-08-27 | check_snmp: remove leftover multiply function | Lorenz Kästle | 1 | -48/+0 | |
2025-08-27 | check_snmp: fix/adapt tests | Lorenz Kästle | 1 | -62/+41 | |
2025-08-27 | check_snmp: hopefully fix helpers | Lorenz Kästle | 2 | -32/+41 | |
2025-08-27 | check_snmp: Improve error handling | Lorenz Kästle | 1 | -6/+15 | |
2025-08-27 | check_snmp: rebuild threshold parsing | Lorenz Kästle | 5 | -65/+125 | |
2025-08-27 | Fix range comparison and aesthetic improvements | Lorenz Kästle | 1 | -5/+5 | |
2025-08-25 | rebuild check_snmp | Lorenz Kästle | 3 | -926/+838 | |