Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
4 days | Merge pull request #2065 from RincewindsHat/opttest_tool | Lorenz Kästle | 4 | -53/+76 | |
Opttest tool | |||||
4 days | Add a comment to opttest to explain the purpose | Lorenz Kästle | 1 | -0/+4 | |
4 days | Fix wrong exit codes | Lorenz Kästle | 2 | -3/+2 | |
4 days | Fix opttest script | Lorenz Kästle | 1 | -6/+25 | |
5 days | opttest.pl: Move to tools | Lorenz Kästle | 1 | -0/+0 | |
5 days | opttest.pl Fix Perl complaints | Lorenz Kästle | 1 | -2/+3 | |
6 days | Merge pull request #2062 from orlitzky/snmpgetnext | Lorenz Kästle | 1 | -11/+18 | |
Require snmpgetnext to build check_snmp | |||||
8 days | configure.ac: require snmpgetnext for check_snmp | Michael Orlitzky | 1 | -8/+17 | |
PATH_TO_SNMPGETNEXT is used unconditionally in plugins/check_snmp.c, and the build will fail if it is left undefined (that is, if we are building check_snmp but snmpgetnext was neither found on the user's PATH or supplied manually). To avoid this build failure, we now test for snmpgetnext inside the case for snmpget, and skip check_snmp unless BOTH are found. | |||||
8 days | configure.ac: use AS_IF in net-snmp tests | Michael Orlitzky | 1 | -7/+5 | |
Not strictly required here, but the AS_IF macro is generally safer because it handles (often unintentional) AC_REQUIRE calls. | |||||
8 days | configure.ac: update net-snmp homepage | Michael Orlitzky | 1 | -1/+1 | |
2025-01-07 | Merge pull request #2056 from monitoring-plugins/fix_check_http_state_regex | Lorenz Kästle | 1 | -1/+1 | |
check_http: fix documentation for --state-regex | |||||
2025-01-07 | Merge branch 'master' into fix_check_http_state_regex | Lorenz Kästle | 12 | -608/+926 | |
2025-01-01 | Merge pull request #2058 from weiss/update-autoconf | Lorenz Kästle | 2 | -70/+37 | |
Update configure.ac to Autoconf 2.71 syntax | |||||
2024-12-31 | configure.ac: Lower required Autoconf version | Holger Weiss | 1 | -1/+1 | |
Revert the bump to requiring Autoconf 2.71, as some of our CI images don't offer that version yet. Keep the remaining changes though, as they should be compatible with Autoconf 2.64. | |||||
2024-12-31 | Add new Gnulib file to .gitignore | Holger Weiss | 1 | -0/+1 | |
2024-12-31 | Don't check for TIME_WITH_SYS_TIME | Holger Weiss | 2 | -22/+3 | |
Follow the suggestion made by the autoupdate(1) tool: | All current systems provide time.h; it need not be checked for. Not | all systems provide sys/time.h, but those that do, all allow you to | include it and time.h simultaneously. Therefore, include sys/time.h if available, and include time.h unconditionally. | |||||
2024-12-31 | configure.ac: Bump Autoconf to version 2.71 | Holger Weiss | 1 | -62/+48 | |
Apply all changes suggested by the autoupdate(1) tool. | |||||
2024-12-29 | Merge pull request #1976 from RincewindsHat/check_swap_again | Lorenz Kästle | 10 | -537/+887 | |
Refactor check_swap | |||||
2024-12-29 | Merge branch 'master' into check_swap_again | Lorenz Kästle | 4 | -111/+210 | |
2024-12-29 | Merge pull request #2057 from RincewindsHat/fix/test_rpm_build | Lorenz Kästle | 1 | -1/+1 | |
Fix breakage in rpm build test due to changes in mock | |||||
2024-12-29 | Fix breakage in rpm build test due to changes in mock | Lorenz Kästle | 1 | -1/+1 | |
2024-12-27 | check_http: fix documentation for --state-regex | Andreas Baumann | 1 | -1/+1 | |
2024-12-02 | check_curl: enable internal cookie handling | Andre Klärner | 1 | -1/+7 | |
This enables us to enable curl cookie engine by specifying an empty filename as the cookie jar file. This works, since curl's CURLOPT_COOKIEFILE option allows passing an empty string as filename, which it interprets as a request to enable the cookie processing. But since CURLOPT_COOKIEJAR would now attempt to write to a file named by an empty filename, it would break again (or at least produce a warning in verbose output). Overall this is allows to handle checking URLs with cookie based sessions without persisting the cookies to disk, by using the curl-internal redirect following. | |||||
2024-11-28 | Merge pull request #2053 from klaernie/support | Lorenz Kästle | 1 | -1/+1 | |
fix typo in SUPPORT | |||||
2024-11-28 | fix typo in SUPPORT | Andre Klaerner | 1 | -1/+1 | |
2024-11-28 | check_icmp: set rtmin initially | Lorenz Kästle | 1 | -1/+3 | |
2024-11-28 | check_icmp: Add some lines to introduce some readability | Lorenz Kästle | 1 | -1/+10 | |
2024-11-28 | check_icmp: clang-format | Lorenz Kästle | 1 | -106/+188 | |
2024-11-27 | Merge pull request #2050 from RincewindsHat/fix/ssl_version_documentation | Lorenz Kästle | 1 | -1/+1 | |
check_curl: update TLS notification notes, mention deprecation of TLSv1.0 and TLSv1.1 | |||||
2024-11-27 | check_curl: update TLS notification notes | Lorenz Kästle | 1 | -1/+1 | |
2024-11-15 | check_swap stuff: Error out if meminfo file can not be opened | Lorenz Kästle | 1 | -0/+7 | |
2024-11-15 | check_swap stuff: make type casts explicit instead of implicit | Lorenz Kästle | 1 | -10/+10 | |
2024-11-15 | check_swap stuff: improve error handling | Lorenz Kästle | 1 | -19/+40 | |
2024-11-15 | check_swap stuff: Add comments to ifdef stuff to improve readability | Lorenz Kästle | 1 | -4/+4 | |
2024-11-15 | check_swap stuff: Use pragma once instead of include guard | Lorenz Kästle | 1 | -4/+1 | |
2024-11-10 | check_swap: change threshold handling again | Lorenz Kästle | 3 | -18/+24 | |
2024-11-10 | check_swap: stricter error handling | Lorenz Kästle | 2 | -1/+13 | |
2024-11-10 | check_swap: Use sscanf more precisely to avoid false matches | Lorenz Kästle | 1 | -1/+1 | |
2024-11-10 | check_swap: Make check_swap work without thresholds | Lorenz Kästle | 3 | -12/+9 | |
2024-11-10 | check_swap: Fix text in old school tests | Lorenz Kästle | 1 | -3/+3 | |
2024-11-10 | test_check_swap: declare verbose in tests for now | Lorenz Kästle | 1 | -0/+2 | |
2024-11-10 | test_check_swap: improvements and updates to unit test code | Lorenz Kästle | 1 | -6/+4 | |
2024-11-10 | check_swap: Small improvements | Lorenz Kästle | 1 | -8/+6 | |
2024-11-10 | Merge branch 'master' into check_swap_again | Lorenz Kästle | 442 | -3604/+10359 | |
2024-11-09 | Merge pull request #2046 from RincewindsHat/fix/format_string | Lorenz Kästle | 1 | -1/+1 | |
Fix false formatting directive in printf | |||||
2024-11-09 | Merge pull request #2045 from RincewindsHat/fix/calloc_argument_order | Lorenz Kästle | 4 | -4/+4 | |
Fix argument order of calloc on several occasions | |||||
2024-11-09 | Fix false formatting directive in printf | Lorenz Kästle | 1 | -1/+1 | |
2024-11-09 | Fix argument order of calloc on several occasions | Lorenz Kästle | 4 | -4/+4 | |
2024-11-08 | Merge pull request #2043 from RincewindsHat/cleanup/leftovers | Lorenz Kästle | 11 | -209/+201 | |
Cleanup/leftovers | |||||
2024-11-08 | Merge pull request #2032 from RincewindsHat/cleanup/check_apt | Lorenz Kästle | 2 | -309/+356 | |
Cleanup/check apt |