1 0001-check-icmp-allows-pl-of-101.dif
2 This patch allows to configure check_icmp in a way that a packet loss of
3 100% is not CRITICAL. Consider:
5 check_icmp 10.1.1.1 -t1 -w500,80% -c1000,101%
7 In this case the user would expect the outcome to be WARN, if 100%
8 packats are lost. An RTA is "nan" in this case. But check_icmp would
9 insist to make the outcome CRITICAL. The patch fixes this.