From 9a9cee5d92d87ba3e7de2a0989f327f6078c068b Mon Sep 17 00:00:00 2001 From: slerena Date: Wed, 6 Aug 2014 21:21:03 +0000 Subject: [PATCH] 2014-08-06 Sancho Lerena * 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 --- pandora_server/ChangeLog | 7 +++++++ pandora_server/NetBSD/pandora_server.conf | 5 +++-- pandora_server/conf/pandora_server.conf.new | 5 +++-- pandora_server/conf/pandora_server.conf.windows | 5 +++-- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index c15193a39c..3a44cec42a 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,10 @@ +2014-08-06 Sancho Lerena + + * 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 * lib/PandoraFMS/NetworkServer.pm: Little syntax fix. diff --git a/pandora_server/NetBSD/pandora_server.conf b/pandora_server/NetBSD/pandora_server.conf index f2cec9f11f..29b015b31a 100644 --- a/pandora_server/NetBSD/pandora_server.conf +++ b/pandora_server/NetBSD/pandora_server.conf @@ -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. diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 4da320f75a..1f66658a6a 100755 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -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. diff --git a/pandora_server/conf/pandora_server.conf.windows b/pandora_server/conf/pandora_server.conf.windows index 3a27374106..c44b9575f7 100644 --- a/pandora_server/conf/pandora_server.conf.windows +++ b/pandora_server/conf/pandora_server.conf.windows @@ -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.