2012-05-10 Junichi Satoh <junichi@rworks.jp>
* FreeBSD/pandora_server.conf: Synchronized with the generic configuration file, conf/pandora_server.conf (better default values). git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6281 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
95a5e943a1
commit
fdf0d4dfb7
|
@ -137,7 +137,7 @@ server_threshold 5
|
|||
|
||||
# Network threads: Do not set too high (~40). Each threads make a network module check.
|
||||
|
||||
network_threads 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
|
||||
|
@ -207,7 +207,7 @@ mta_address localhost
|
|||
|
||||
# mta_from Email address that sends the mail, by default is pandora@localhost
|
||||
# probably you need to change it to avoid problems with your antispam
|
||||
#mta_from pandora@sampledomain.com
|
||||
#mta_from Pandora FMS <pandora@mydomain.com>
|
||||
|
||||
# xprobe2: Optional package to detect OS types using advanced TCP/IP
|
||||
# fingerprinting tecniques, much more accurates than stadard nmap.
|
||||
|
@ -316,13 +316,13 @@ max_queue_files 500
|
|||
webserver 1
|
||||
|
||||
# Number of threads for the Web Server (PANDORA FMS ENTERPRISE ONLY).
|
||||
web_threads 2
|
||||
web_threads 1
|
||||
|
||||
# Enable (1) or disable (0) Pandora FMS Inventory Server (PANDORA FMS ENTERPRISE ONLY).
|
||||
inventoryserver 1
|
||||
|
||||
# Number of threads for the Web Server (PANDORA FMS ENTERPRISE ONLY).
|
||||
inventory_threads 2
|
||||
inventory_threads 1
|
||||
|
||||
# Enable (1) or disable (0) Pandora FMS Export Server (PANDORA FMS ENTERPRISE ONLY).
|
||||
exportserver 1
|
||||
|
@ -337,7 +337,7 @@ eventserver 1
|
|||
event_window 3600
|
||||
|
||||
# Enable (1) or disable (0) Pandora FMS Enterprise ICMP Server (PANDORA FMS ENTERPRISE ONLY).
|
||||
icmpserver 0
|
||||
icmpserver 1
|
||||
|
||||
# Number of threads for the Enterprise ICMP Server (PANDORA FMS ENTERPRISE ONLY).
|
||||
icmp_threads 2
|
||||
|
@ -353,7 +353,7 @@ snmp_threads 2
|
|||
block_size 15
|
||||
|
||||
# Enable (1) or disable (0) Pandora FMS Netflow Server (PANDORA FMS ENTERPRISE ONLY).
|
||||
netflowserver 1
|
||||
netflowserver 0
|
||||
|
||||
# Path to the netflow daemon nfcapd.
|
||||
netflow_daemon /usr/local/bin/nfcapd
|
||||
|
|
Loading…
Reference in New Issue