From 583c7259da8ab403b3cc5026b7536f59ca2509bd Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Wed, 23 Sep 2015 10:32:10 +0200 Subject: [PATCH] Changed the default number of threads for the ICMP and SNMP servers. (cherry picked from commit dd73fe11cd172e6753e9a57312bfb0bb87a3733d) --- pandora_server/conf/pandora_server.conf.new | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 5001bbd323..b7d8441bb9 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -411,7 +411,7 @@ icmpserver 1 # Number of threads for the Enterprise ICMP Server (PANDORA FMS ENTERPRISE ONLY). -icmp_threads 1 +icmp_threads 4 # Enable (1) or disable (0) Pandora FMS Enterprise SNMP Server (PANDORA FMS ENTERPRISE ONLY). # Check braa tool is running and operative. @@ -420,7 +420,7 @@ snmpserver 1 # Number of threads for the Enterprise SNMP Server (PANDORA FMS ENTERPRISE ONLY). -snmp_threads 1 +snmp_threads 4 # Block size for block producer/consumer servers, that is, the number of modules # per block (15 by default) (PANDORA FMS ENTERPRISE ONLY).