Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
14 days | check_by_ssh: Remove warning/critical from help | Lorenz Kästle | 1 | -1/+0 | |
14 days | Add libmysqlclient-dev to dependencies | Lorenz Kästle | 1 | -0/+1 | |
2025-02-24 | Add MySQL server version dectection and adaptive replica query | Lorenz Kästle | 1 | -2/+50 | |
2025-02-24 | Add check-replica option for check_mysql, deprecate check_slave | Lorenz Kästle | 1 | -37/+55 | |
This commit adds an option "check-replica" to check_mysql which replaces "check-slave" (which still works). The changes are introduced to follow the naming scheme of MySQL/MariaDB, since this was changed there in version 8 (MySQL) or 10.5.1 (MariaDB). | |||||
2025-02-21 | Merge pull request #2064 from RincewindsHat/feature/new_output_infra | Lorenz Kästle | 28 | -195/+5600 | |
Feature/new output infra | |||||
2025-02-21 | Remove check_swap tests with one-line format | Lorenz Kästle | 1 | -37/+2 | |
2025-02-20 | Rename icingaweb2 format to multi-line | Lorenz Kästle | 3 | -7/+7 | |
2025-02-20 | Place output-format help string with the other common ones | Lorenz Kästle | 2 | -2/+5 | |
2025-02-20 | Remove output formats one-line and summary-only | Lorenz Kästle | 3 | -46/+1 | |
2025-02-20 | Rename variable check_slave to check_replica | Lorenz Kästle | 1 | -4/+4 | |
2025-02-20 | clang-format | Lorenz Kästle | 1 | -321/+282 | |
2025-02-20 | Merge pull request #2066 from RincewindsHat/remove_roadmap | Lorenz Kästle | 1 | -117/+0 | |
Remove ROADMAP | |||||
2025-02-20 | Remove ROADMAP | Lorenz Kästle | 1 | -117/+0 | |
The roadmap file in this repository has not been used for decades. This commit removes it to avoid confusion. | |||||
2025-02-20 | Merge pull request #2065 from RincewindsHat/opttest_tool | Lorenz Kästle | 4 | -53/+76 | |
Opttest tool | |||||
2025-02-19 | Add a comment to opttest to explain the purpose | Lorenz Kästle | 1 | -0/+4 | |
2025-02-19 | Fix wrong exit codes | Lorenz Kästle | 2 | -3/+2 | |
2025-02-19 | Fix opttest script | Lorenz Kästle | 1 | -6/+25 | |
2025-02-19 | Remove cJSON related part of autoconf, it's just not optional right now | Lorenz Kästle | 1 | -13/+0 | |
2025-02-19 | Remove errornously commited file | Lorenz Kästle | 2 | -0/+1 | |
2025-02-19 | Implement JSON serialising of perfdata | Lorenz Kästle | 1 | -1/+102 | |
2025-02-19 | Install libjson-perl in test runner | Lorenz Kästle | 1 | -1/+2 | |
2025-02-19 | Use asprintf in lib directly instead of xasprintf | Lorenz Kästle | 2 | -34/+34 | |
2025-02-19 | Ignore generated stuff for vendored stuff in lib | Lorenz Kästle | 3 | -170/+1 | |
2025-02-19 | Maybe fix compilation errors | Lorenz Kästle | 1 | -1/+0 | |
2025-02-19 | Add new files to EXTRA_DIST | Lorenz Kästle | 1 | -1/+14 | |
2025-02-19 | opttest.pl: Move to tools | Lorenz Kästle | 1 | -0/+0 | |
2025-02-19 | opttest.pl Fix Perl complaints | Lorenz Kästle | 1 | -2/+3 | |
2025-02-19 | Merge branch 'master' into feature/new_output_infra | Lorenz Kästle | 4 | -71/+39 | |
2025-02-19 | Add tests for check_swap with JSON output | Lorenz Kästle | 1 | -1/+49 | |
2025-02-19 | Fix previous check_swap tests | Lorenz Kästle | 1 | -10/+12 | |
2025-02-19 | Fix one-line formatting | Lorenz Kästle | 1 | -2/+11 | |
2025-02-19 | Exit with 0 in JSON-format if everything else works | Lorenz Kästle | 1 | -0/+4 | |
2025-02-18 | Implement new output functionality for check_swap | Lorenz Kästle | 3 | -34/+104 | |
2025-02-18 | Implement new output functionality | Lorenz Kästle | 26 | -135/+5551 | |
2025-02-17 | Merge pull request #2062 from orlitzky/snmpgetnext | Lorenz Kästle | 1 | -11/+18 | |
Require snmpgetnext to build check_snmp | |||||
2025-02-15 | 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. | |||||
2025-02-15 | 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. | |||||
2025-02-15 | 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 | |