Change the default number of ICMP packets and retries for ping modules.

Ref pandora_enterprise#1562.
This commit is contained in:
Ramon Novoa 2017-11-08 10:37:15 +01:00
parent 9f0b3c6b87
commit ab03a6b71c
2 changed files with 4 additions and 4 deletions

View File

@ -161,10 +161,10 @@ network_threads 4
# that ping should be 1 to report 1. Setting this to 1 will make all icmp montioring faster but
# with more probability of failure.
icmp_checks 3
icmp_checks 1
# Number of ICMP packets to send per request.
icmp_packets 1
icmp_packets 2
# tcp specific options :
# tcp_checks: number of tcp retries if first attempt fails.

View File

@ -164,10 +164,10 @@ network_threads 5
# that ping should be 1 to report 1. Lower value have better performance, but more probability
# of false positives
icmp_checks 3
icmp_checks 1
# Number of ICMP packets to send per request.
icmp_packets 1
icmp_packets 2
# tcp specific options :
# tcp_checks: number of tcp retries if first attempt fails.