Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
5 days | check_icmp: Add comment to config | Lorenz Kästle | 1 | -1/+3 | |
5 days | check_icmp: remove unnecessary variable | Lorenz Kästle | 2 | -2/+0 | |
5 days | check_icmp: remove paket_interval, was never used anyway | Lorenz Kästle | 2 | -2/+0 | |
5 days | check_icmp: add long options, add output format option | Lorenz Kästle | 2 | -1/+7 | |
This commit switches check_icmp from getopt to getopt_long to provide long options too and (most importantly) homogenize option parsing between the different plugins. | |||||
8 days | check_icmp: Remove signal handling and timeouts | Lorenz Kästle | 2 | -21/+0 | |
The timeout option was redundant in that the runtime of check_icmp was always limited by the input parameters and therefore timeout gets removed with this commit to avoid that confusion. The rest of the signal handlings was removed too, since the added complexity does not provide sufficient returns. If check_icmp gets a signal, it now dies like most other programs instead of trying to save some things and return a (arguably wrong) result. | |||||
10 days | Improve error detection for threshold parsers | Lorenz Kästle | 1 | -1/+1 | |
2025-05-18 | Some more fixes | Lorenz Kästle | 3 | -5/+5 | |
2025-05-18 | WIP - check_icmp refactor 8 | Lorenz Kästle | 3 | -54/+28 | |
2025-05-18 | Clang-format | Lorenz Kästle | 1 | -1/+1 | |
2025-05-17 | WIP - check_icmp refactor 6 | Lorenz Kästle | 3 | -24/+15 | |
2025-05-16 | WIP - check_icmp refactor 5 | Lorenz Kästle | 2 | -4/+4 | |
2025-05-05 | WIP - check_icmp refactor 3 | Lorenz Kästle | 2 | -40/+43 | |
2025-05-04 | WIP - check_icmp refactor 2 | Lorenz Kästle | 3 | -3/+154 | |
2025-04-28 | WIP: check_icmp refactor | Lorenz Kästle | 2 | -0/+215 | |