Age | Commit message (Expand) | Author | Files | Lines |
2023-12-29 | check_snmp: Remove unused variable | RincewindsHat | 1 | -4/+0 |
2023-12-29 | check_http: Remove self assignment of a variable and add some comments | RincewindsHat | 1 | -3/+2 |
2023-12-29 | Change iritating NULL assignment | RincewindsHat | 2 | -2/+2 |
2023-12-23 | Merge pull request #1970 from EricFromCanada/plugins-root-lcrypto | Lorenz Kästle | 1 | -3/+3 |
2023-12-23 | Merge branch 'master' into plugins-root-lcrypto | Lorenz Kästle | 2 | -4/+4 |
2023-12-22 | Merge pull request #1977 from RincewindsHat/revert_to_debian_stable | Lorenz Kästle | 1 | -2/+2 |
2023-12-22 | Use debian stable for main tests again | RincewindsHat | 1 | -2/+2 |
2023-12-20 | Add test proc/meminfo file and corresponding test | RincewindsHat | 2 | -2/+60 |
2023-12-20 | Include new directory and contents into distribution | Lorenz Kästle | 1 | -1/+1 |
2023-12-20 | Hopefully fix build | Lorenz Kästle | 1 | -2/+4 |
2023-12-20 | Remove gettext stuff from main configure.ac | RincewindsHat | 1 | -2/+2 |
2023-12-20 | Add missing includes in plugins/check_swap.d/swap.c | RincewindsHat | 1 | -0/+2 |
2023-12-20 | Revert to debian stable for testing for now | RincewindsHat | 1 | -2/+2 |
2023-12-20 | Implement first unit test for check_swap | RincewindsHat | 5 | -3/+48 |
2023-12-20 | check_swap: refactor to improve readability | RincewindsHat | 6 | -378/+414 |
2023-12-20 | check_swap: Hopefully fix stuff on BSD | RincewindsHat | 1 | -7/+21 |
2023-12-20 | check_swap: hopefully fix SRV4 stuff | RincewindsHat | 1 | -11/+23 |
2023-12-20 | Update copyright | RincewindsHat | 1 | -2/+2 |
2023-12-20 | check_swap: clang-format + minor cosmetics/debugging/etc | RincewindsHat | 1 | -303/+330 |
2023-12-20 | check_swap: Return byte number (in linux) and simplify code after that | RincewindsHat | 1 | -34/+42 |
2023-12-20 | check_swap: Heavily refactored linux part | RincewindsHat | 1 | -363/+395 |
2023-12-20 | check_swap: Rename type since *_t is reserved for C standard types | RincewindsHat | 1 | -3/+3 |
2023-12-20 | check_swap: Change another fake boolen to a real one | RincewindsHat | 1 | -5/+5 |
2023-12-14 | Merge pull request #1973 from monitoring-plugins/dependabot-github_actions-gi... | waja | 1 | -2/+2 |
2023-12-14 | build(deps): bump github/codeql-action from 2 to 3 | dependabot[bot] | 1 | -2/+2 |
2023-12-06 | Prevent -lcrypto from showing up in Makefile dependencies | Eric Knibbe | 1 | -3/+3 |
2023-12-04 | Merge pull request #1969 from shartge/document-check_procs | Lorenz Kästle | 1 | -14/+22 |
2023-12-04 | check_procs: Generalise wording, remove mentioning of nrpe | Sven Hartge | 1 | -5/+4 |
2023-12-04 | check_procs: Improve help text, mentioning excluded processes | Sven Hartge | 1 | -14/+23 |
2023-12-03 | Merge pull request #1968 from shartge/improve-check_procs | Lorenz Kästle | 1 | -0/+7 |
2023-11-28 | check_procs: ignore our own children | Sven Hartge | 1 | -0/+7 |
2023-11-27 | Merge pull request #1967 from sni/fix_check_disk | Lorenz Kästle | 2 | -24/+38 |
2023-11-27 | check_disk: fix ignore-missing in combination with includes (fixes #1963) | Sven Nierlein | 2 | -18/+33 |
2023-11-27 | check_disk: add -n short option for --ignore-missing | Sven Nierlein | 1 | -6/+5 |
2023-11-23 | Merge pull request #1964 from RincewindsHat/more_compiler_warnings | Lorenz Kästle | 3 | -6/+23 |
2023-11-23 | check_dns: Remove unused variable | RincewindsHat | 1 | -1/+0 |
2023-11-23 | check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring | RincewindsHat | 1 | -2/+11 |
2023-11-23 | Fix logic in is_uint64_t to fix type-limit warning | RincewindsHat | 1 | -3/+12 |
2023-11-22 | Merge pull request #1962 from waja/CI_testing | Lorenz Kästle | 1 | -2/+2 |
2023-11-22 | Merge pull request #1951 from RincewindsHat/compiler_warnings_maybe_unused | Lorenz Kästle | 3 | -3/+4 |
2023-11-13 | CI: Switch back to testing | Jan Wagner | 1 | -2/+2 |
2023-11-12 | Merge pull request #1958 from RincewindsHat/check_users_fix_segfault | Lorenz Kästle | 2 | -9/+17 |
2023-11-11 | Merge pull request #1960 from sbraz/ups_realpower | Lorenz Kästle | 1 | -7/+40 |
2023-11-10 | check_ups: output ups.realpower if supported | Louis Sautier | 1 | -7/+40 |
2023-11-05 | Merge pull request #1959 from RincewindsHat/shellcheck_check_oracle2 | Lorenz Kästle | 1 | -10/+13 |
2023-11-05 | Shellcheck fixes for check_oracle | RincewindsHat | 1 | -10/+13 |
2023-11-01 | Merge pull request #1956 from sni/fix_check_mailq | Lorenz Kästle | 1 | -525/+517 |
2023-11-01 | Merge branch 'master' into fix_check_mailq | Lorenz Kästle | 27 | -16431/+82 |
2023-10-31 | Merge branch 'master' into check_users_fix_segfault | Lorenz Kästle | 12 | -16362/+2 |
2023-10-31 | Merge pull request #1947 from waja/remove_po | Lorenz Kästle | 12 | -16362/+2 |