Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-11-08 | check_ups: delare file local variables static | Lorenz Kästle | 1 | -6/+6 |
2024-11-08 | check_smtp: delare file local variables static | Lorenz Kästle | 1 | -48/+46 |
2024-11-08 | check_radius: delare file local variables static | Lorenz Kästle | 1 | -14/+14 |
2024-11-08 | check_ide_smart: fix misleading static declaration | Lorenz Kästle | 1 | -4/+2 |
2024-11-08 | check_procs: use proper escape for % | Lorenz Kästle | 1 | -1/+1 |
2024-11-08 | check_procs: delare file local variables static | Lorenz Kästle | 1 | -29/+27 |
2024-11-08 | check_nwstat: delare file local variables static | Lorenz Kästle | 1 | -24/+24 |
2024-11-08 | check_ntp: delare file local variables static | Lorenz Kästle | 1 | -4/+4 |
2024-11-08 | check_nt: delare file local variables static | Lorenz Kästle | 1 | -20/+19 |
2024-11-08 | check_mysql: delare file local variables static | Lorenz Kästle | 1 | -21/+21 |
2024-11-08 | check_ldap: delare file local variables static | Lorenz Kästle | 1 | -21/+21 |
2024-11-08 | check_overcr: delare file local variables static | Lorenz Kästle | 1 | -16/+15 |
2024-11-08 | check_apt: Purify run_upgrade function | Lorenz Kästle | 1 | -24/+42 |
2024-11-08 | check_apt: clang-format | Lorenz Kästle | 1 | -30/+34 |
2024-11-08 | check_apt: localize variables | RincewindsHat | 1 | -37/+28 |
2024-11-08 | check_apt: declare local functions static | RincewindsHat | 1 | -8/+8 |
2024-11-08 | clang-format: always add braces | RincewindsHat | 1 | -24/+45 |
2024-11-08 | check_apt: mindless linter fixes | RincewindsHat | 1 | -10/+24 |
2024-11-08 | check_apt: clang-format | Lorenz Kästle | 1 | -253/+251 |
2024-11-08 | Add missed changes for dontfrag | William | 1 | -2/+2 |
2024-11-06 | Add dontfrag/random for fping | William | 1 | -0/+19 |
2024-11-04 | check_disk: Initialize most variables | Lorenz Kästle | 1 | -11/+11 |
2024-11-02 | Small fixes to check_swap stuff | Lorenz Kästle | 2 | -25/+48 |
2024-11-02 | Merge branch 'master' into check_swap_again | Lorenz Kästle | 58 | -14898/+13652 |