Age | Commit message (Expand) | Author | Files | Lines |
6 days | Merge pull request #2068 from RincewindsHat/check_mysql_replica_check | Lorenz Kästle | 2 | -347/+374 |
6 days | clang-format + add host option in usage | Lorenz Kästle | 1 | -5/+7 |
6 days | Pack new check_game files into tarball | Lorenz Kästle | 1 | -1/+5 |
6 days | Refactor check_game | Lorenz Kästle | 2 | -102/+139 |
6 days | Fix types in perfdata functions | Lorenz Kästle | 2 | -164/+220 |
6 days | check_dbi: clang_format | Lorenz Kästle | 1 | -51/+89 |
2025-02-24 | check_mysql tests: Also exchange slave for replica | Lorenz Kästle | 1 | -16/+16 |
2025-02-24 | check_by_ssh: clang-format | Lorenz Kästle | 1 | -35/+63 |
2025-02-24 | check_by_ssh: Remove warning/critical from help | Lorenz Kästle | 1 | -1/+0 |
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 |
2025-02-21 | Merge pull request #2064 from RincewindsHat/feature/new_output_infra | Lorenz Kästle | 10 | -123/+154 |
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 | 1 | -1/+1 |
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 | 1 | -1/+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-19 | Fix wrong exit codes | Lorenz Kästle | 1 | -2/+2 |
2025-02-19 | Merge branch 'master' into feature/new_output_infra | Lorenz Kästle | 2 | -9/+3 |
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-18 | Implement new output functionality for check_swap | Lorenz Kästle | 3 | -34/+104 |
2025-02-18 | Implement new output functionality | Lorenz Kästle | 6 | -64/+7 |
2025-01-07 | Merge branch 'master' into fix_check_http_state_regex | Lorenz Kästle | 9 | -542/+877 |
2024-12-31 | Don't check for TIME_WITH_SYS_TIME | Holger Weiss | 1 | -8/+2 |
2024-12-29 | Merge branch 'master' into check_swap_again | Lorenz Kästle | 1 | -2/+8 |
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 |
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 | 18 | -535/+592 |
2024-11-09 | Merge pull request #2046 from RincewindsHat/fix/format_string | Lorenz Kästle | 1 | -1/+1 |
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 | 3 | -3/+3 |
2024-11-08 | Merge pull request #2043 from RincewindsHat/cleanup/leftovers | Lorenz Kästle | 11 | -209/+201 |
2024-11-08 | check_ups: do not declare print_usage static | Lorenz Kästle | 1 | -1/+1 |
2024-11-08 | check_smtp: delare previously missed file local variables static | Lorenz Kästle | 1 | -2/+2 |