Change the default number of ICMP packets and retries for ping modules.
Ref pandora_enterprise#1562.
This commit is contained in:
parent
9f0b3c6b87
commit
ab03a6b71c
|
@ -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
|
# that ping should be 1 to report 1. Setting this to 1 will make all icmp montioring faster but
|
||||||
# with more probability of failure.
|
# with more probability of failure.
|
||||||
|
|
||||||
icmp_checks 3
|
icmp_checks 1
|
||||||
|
|
||||||
# Number of ICMP packets to send per request.
|
# Number of ICMP packets to send per request.
|
||||||
icmp_packets 1
|
icmp_packets 2
|
||||||
|
|
||||||
# tcp specific options :
|
# tcp specific options :
|
||||||
# tcp_checks: number of tcp retries if first attempt fails.
|
# tcp_checks: number of tcp retries if first attempt fails.
|
||||||
|
|
|
@ -164,10 +164,10 @@ network_threads 5
|
||||||
# that ping should be 1 to report 1. Lower value have better performance, but more probability
|
# that ping should be 1 to report 1. Lower value have better performance, but more probability
|
||||||
# of false positives
|
# of false positives
|
||||||
|
|
||||||
icmp_checks 3
|
icmp_checks 1
|
||||||
|
|
||||||
# Number of ICMP packets to send per request.
|
# Number of ICMP packets to send per request.
|
||||||
icmp_packets 1
|
icmp_packets 2
|
||||||
|
|
||||||
# tcp specific options :
|
# tcp specific options :
|
||||||
# tcp_checks: number of tcp retries if first attempt fails.
|
# tcp_checks: number of tcp retries if first attempt fails.
|
||||||
|
|
Loading…
Reference in New Issue