2011-08-12 Ramon Novoa <rnovoa@artica.es>
* 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
This commit is contained in:
parent
e64eb0c5da
commit
22e6ba2ee3
|
@ -1,3 +1,7 @@
|
||||||
|
2011-08-12 Ramon Novoa <rnovoa@artica.es>
|
||||||
|
|
||||||
|
* conf/pandora_server.conf: Fixed a couple of typos.
|
||||||
|
|
||||||
2011-08-12 Sergio Martin <sergio.martin@artica.es>
|
2011-08-12 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
* bin/pandora_server: Fixed policy queue when the server is launched
|
* bin/pandora_server: Fixed policy queue when the server is launched
|
||||||
|
|
|
@ -211,7 +211,7 @@ nmap /usr/bin/nmap
|
||||||
|
|
||||||
snmpget /usr/bin/snmpget
|
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
|
braa /usr/bin/braa
|
||||||
|
|
||||||
# Default group id for new agents created with Pandora FMS Data Server
|
# 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).
|
# Number of threads for the Enterprise SNMP Server (PANDORA FMS ENTERPRISE ONLY).
|
||||||
snmp_threads 2
|
snmp_threads 2
|
||||||
|
|
||||||
# Block size for block producer/consumer servers, that is, number of modules per
|
# Block size for block producer/consumer servers, that is, the number of modules
|
||||||
# block (15 by default) (PANDORA FMS ENTERPRISE ONLY).
|
# per block (15 by default) (PANDORA FMS ENTERPRISE ONLY).
|
||||||
block_size 15
|
block_size 15
|
||||||
|
|
Loading…
Reference in New Issue