summaryrefslogtreecommitdiffstats
path: root/plugins/check_fping.d/config.h
AgeCommit message (Collapse)AuthorFilesLines
2025-06-12check_fping: small style improvementLorenz Kästle1-1/+1
2025-06-12Implement new fping options for fping 5.2 and 5.3Lorenz Kästle1-0/+24
fping 5.2 and 5.3 add some new useful command line options which this commit add to check_fping. These are: * --fwmark - sets a firewall mark in the packages to make them identifiable (fping 5.2) * --icmp-timestamp - fping uses ICMP timestamp instead of ICMP Echo (fping 5.2) * --check-source - fping discards replies which originate not from the target address (fping 5.2) The fping release notes describe theses options ( https://github.com/schweikert/fping/releases ) in a little bit more detail. Currently the help display for those options is only shown when fping was available in the appropriate version during compilation.
2025-03-11Refactor check_fpingLorenz Kästle1-0/+58