Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
3 days | Merge pull request #2075 from RincewindsHat/refactor/check_dbi | Lorenz Kästle | 3 | -207/+303 | |
Refactor/check dbi | |||||
3 days | Merge pull request #2077 from RincewindsHat/eval_instead_try_tini | Lorenz Kästle | 1 | -5/+1 | |
Just use eval instead of Try::Tiny in tests | |||||
3 days | Just use eval instead of Try::Tiny in tests | Lorenz Kästle | 1 | -5/+1 | |
3 days | Make config constant | Lorenz Kästle | 1 | -1/+1 | |
3 days | Refactor check_dbi | Lorenz Kästle | 3 | -173/+231 | |
3 days | Merge pull request #2076 from RincewindsHat/feature/json_parsing_in_tests | Lorenz Kästle | 2 | -21/+22 | |
Implement JSON output parsing for tests | |||||
3 days | Use Try::Tiny instead of experimental feature | Lorenz Kästle | 1 | -2/+2 | |
3 days | Do not die in tests if JSON Parsing fails | Lorenz Kästle | 1 | -1/+5 | |
3 days | Implement JSON output parsing for tests | Lorenz Kästle | 2 | -21/+18 | |
3 days | Merge pull request #2068 from RincewindsHat/check_mysql_replica_check | Lorenz Kästle | 4 | -349/+377 | |
Check mysql replica check | |||||
3 days | check_dbi: clang_format | Lorenz Kästle | 1 | -51/+89 | |
13 days | Merge pull request #2072 from RincewindsHat/remove_tinderbox_stuff | Lorenz Kästle | 2 | -292/+1 | |
Remove tinderbox related stuff | |||||
13 days | Remove tinderbox related stuff | Lorenz Kästle | 2 | -292/+1 | |
Tinderbox ist quite dead (and has been for a while now). Removing the related files. | |||||
14 days | Merge pull request #2069 from RincewindsHat/check_by_ssh_missing_options | Lorenz Kästle | 1 | -36/+63 | |
Check by ssh missing options | |||||
14 days | check_mysql tests: Also exchange slave for replica | Lorenz Kästle | 2 | -18/+18 | |
14 days | check_by_ssh: clang-format | Lorenz Kästle | 1 | -35/+63 | |
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 | |
14 days | Add MySQL server version dectection and adaptive replica query | Lorenz Kästle | 1 | -2/+50 | |
14 days | 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 | |