2013-02-12 Sancho Lerena <slerena@artica.es>

* conf/pandora_server.conf: review of all file and removed
        some bad parameters (netflow daemon and other values).




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7635 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
slerena 2013-02-12 16:38:01 +00:00
parent 6766d44321
commit 347f6d25b1
2 changed files with 6 additions and 14 deletions

View File

@ -1,3 +1,8 @@
2013-02-12 Sancho Lerena <slerena@artica.es>
* conf/pandora_server.conf: review of all file and removed
some bad parameters (netflow daemon and other values).
2013-02-12 Ramon Novoa <rnovoa@artica.es>
* lib/PandoraFMS/Core.pm: Fixed the verbosity of the "Processing

View File

@ -380,20 +380,7 @@ block_size 15
# Enable (1) or disable (0) Pandora FMS Netflow Server.
# You need to install package nfcapd before try to use this feature.
netflowserver 0
# Path to the netflow daemon nfcapd. Check your local path, depending on OS could be on
# different path.
netflow_daemon /usr/sbin/nfcapd
# Netflow file rotation interval in seconds.
netflow_interval 300
# Base directory where netflow files will be stored.
netflow_basedir /tmp
netflowserver 1
# If set to 1, process XML data files in a stack instead of a queue. 0 by default.
# WARNING: Incremental modules will not work properly if dataserver_lifo is set to 1!!!