summaryrefslogtreecommitdiffstats
path: root/plugins-root/check_icmp.d
AgeCommit message (Collapse)AuthorFilesLines
5 dayscheck_icmp: Add comment to configLorenz Kästle1-1/+3
5 dayscheck_icmp: remove unnecessary variableLorenz Kästle2-2/+0
5 dayscheck_icmp: remove paket_interval, was never used anywayLorenz Kästle2-2/+0
5 dayscheck_icmp: add long options, add output format optionLorenz Kästle2-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 dayscheck_icmp: Remove signal handling and timeoutsLorenz Kästle2-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 daysImprove error detection for threshold parsersLorenz Kästle1-1/+1
2025-05-18Some more fixesLorenz Kästle3-5/+5
2025-05-18 WIP - check_icmp refactor 8Lorenz Kästle3-54/+28
2025-05-18Clang-formatLorenz Kästle1-1/+1
2025-05-17 WIP - check_icmp refactor 6Lorenz Kästle3-24/+15
2025-05-16 WIP - check_icmp refactor 5Lorenz Kästle2-4/+4
2025-05-05 WIP - check_icmp refactor 3Lorenz Kästle2-40/+43
2025-05-04WIP - check_icmp refactor 2Lorenz Kästle3-3/+154
2025-04-28WIP: check_icmp refactorLorenz Kästle2-0/+215