diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 0bd1a3555e..692d7d0729 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,7 @@ +2012-05-08 Sancho Lerena + + * conf/pandora_server.conf: Better default values. + 2012-04-28 Junichi Satoh * lib/PandoraFMS/Core.pm: Added a missing argument to process_data() diff --git a/pandora_server/conf/pandora_server.conf b/pandora_server/conf/pandora_server.conf index 90ad5c4fd3..0ffd77ce0e 100755 --- a/pandora_server/conf/pandora_server.conf +++ b/pandora_server/conf/pandora_server.conf @@ -104,11 +104,9 @@ dataserver 1 reconserver 1 # pluginserver : 1 or 0. Set to 1 to activate plugin server with this setup -# DISABLED BY DEFAULT -pluginserver 0 +pluginserver 1 # Pandora FMS Plugin exec tool filepath (by default at /usr/bin) - plugin_exec /usr/bin/timeout # predictionserver : 1 or 0. Set to 1 to activate prediction server with this setup @@ -128,16 +126,13 @@ network_timeout 5 server_keepalive 45 # Server Threshold: defines number of seconds of main loop (in sec) - 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 - icmp_checks 1 # tcp specific options : @@ -308,13 +303,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 @@ -329,7 +324,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 @@ -345,7 +340,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