Merge branch 'comportamiento-de-icmp_checks-por-defecto' into 'develop'
Change the default number of ICMP packets and retries for ping modules. See merge request artica/pandorafms!1041
This commit is contained in:
commit
bb05772d60
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue