From 22e6ba2ee386fcf6dbd2525e2d87c448a82da4a4 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Fri, 12 Aug 2011 15:44:01 +0000 Subject: [PATCH] 2011-08-12 Ramon Novoa * conf/pandora_server.conf: Fixed a couple of typos. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4730 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 4 ++++ pandora_server/conf/pandora_server.conf | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index c106251a1c..261c7c56c7 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2011-08-12 Ramon Novoa + + * conf/pandora_server.conf: Fixed a couple of typos. + 2011-08-12 Sergio Martin * bin/pandora_server: Fixed policy queue when the server is launched diff --git a/pandora_server/conf/pandora_server.conf b/pandora_server/conf/pandora_server.conf index a702f4e876..c4241f9e76 100755 --- a/pandora_server/conf/pandora_server.conf +++ b/pandora_server/conf/pandora_server.conf @@ -211,7 +211,7 @@ nmap /usr/bin/nmap snmpget /usr/bin/snmpget -# Location of the braa binary needed by the Enterprise ICMP Server (/usr/bin/braa by default) (PANDORA FMS ENTERPRISE ONLY). +# Location of the braa binary needed by the Enterprise SNMP Server (/usr/bin/braa by default) (PANDORA FMS ENTERPRISE ONLY). braa /usr/bin/braa # Default group id for new agents created with Pandora FMS Data Server @@ -330,6 +330,6 @@ snmpserver 1 # Number of threads for the Enterprise SNMP Server (PANDORA FMS ENTERPRISE ONLY). snmp_threads 2 -# Block size for block producer/consumer servers, that is, number of modules per -# block (15 by default) (PANDORA FMS ENTERPRISE ONLY). +# Block size for block producer/consumer servers, that is, the number of modules +# per block (15 by default) (PANDORA FMS ENTERPRISE ONLY). block_size 15