summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.d/check_icmp_helpers.c
AgeCommit message (Collapse)AuthorFilesLines
19 hourscheck_icmp: Remove signal handling and timeoutsLorenz Kästle1-19/+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.
2025-05-18Some more fixesLorenz Kästle1-1/+1
2025-05-18 WIP - check_icmp refactor 8Lorenz Kästle1-49/+15
2025-05-17 WIP - check_icmp refactor 6Lorenz Kästle1-12/+10
2025-05-16 WIP - check_icmp refactor 5Lorenz Kästle1-2/+2
2025-05-05 WIP - check_icmp refactor 3Lorenz Kästle1-12/+13
2025-05-04WIP - check_icmp refactor 2Lorenz Kästle1-1/+47
2025-04-28WIP: check_icmp refactorLorenz Kästle1-0/+142