2014-08-06 Sancho Lerena <slerena@artica.es>
* NetBSD/pandora_server.conf, conf/pandora_server.conf.new, conf/pandora_server.conf.windows: New default value for icmp_retries to have default setup more realiable but a bit slower. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10387 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9260d1b8d5
commit
9a9cee5d92
|
@ -1,3 +1,10 @@
|
|||
2014-08-06 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* NetBSD/pandora_server.conf,
|
||||
conf/pandora_server.conf.new,
|
||||
conf/pandora_server.conf.windows: New default value for icmp_retries
|
||||
to have default setup more realiable but a bit slower.
|
||||
|
||||
2014-08-06 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||
|
||||
* lib/PandoraFMS/NetworkServer.pm: Little syntax fix.
|
||||
|
|
|
@ -145,9 +145,10 @@ server_threshold 5
|
|||
network_threads 4
|
||||
|
||||
# icmp_checks x : defines number of pings for each icmp_proc module type. at least one of
|
||||
# that ping should be 1 to report 1
|
||||
# that ping should be 1 to report 1. Values of 1 have more performance, but are more feasible
|
||||
# to produce false positives.
|
||||
|
||||
icmp_checks 1
|
||||
icmp_checks 3
|
||||
|
||||
# tcp specific options :
|
||||
# tcp_checks: number of tcp retries if first attempt fails.
|
||||
|
|
|
@ -153,9 +153,10 @@ server_threshold 5
|
|||
network_threads 4
|
||||
|
||||
# icmp_checks x : defines number of pings for each icmp_proc module type. at least one of
|
||||
# that ping should be 1 to report 1
|
||||
# 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 1
|
||||
icmp_checks 3
|
||||
|
||||
# tcp specific options :
|
||||
# tcp_checks: number of tcp retries if first attempt fails.
|
||||
|
|
|
@ -128,9 +128,10 @@ server_threshold 5
|
|||
network_threads 5
|
||||
|
||||
# icmp_checks x : defines number of pings for each icmp_proc module type. at least one of
|
||||
# that ping should be 1 to report 1
|
||||
# that ping should be 1 to report 1. Lower value have better performance, but more probability
|
||||
# of false positives
|
||||
|
||||
icmp_checks 1
|
||||
icmp_checks 3.
|
||||
|
||||
# tcp specific options :
|
||||
# tcp_checks: number of tcp retries if first attempt fails.
|
||||
|
|
Loading…
Reference in New Issue