diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index fee48fe32e..806ffe60d7 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2013-10-14 Junichi Satoh + + * NetBSD/pandora_server.conf: Updated default settings as the same + as Linux ones. + 2013-10-09 Junichi Satoh * lib/PandoraFMS/Tools.pm: Fixed ping monitoring failure on NetBSD. diff --git a/pandora_server/NetBSD/pandora_server.conf b/pandora_server/NetBSD/pandora_server.conf index 5fba4124c5..cc1af55f39 100644 --- a/pandora_server/NetBSD/pandora_server.conf +++ b/pandora_server/NetBSD/pandora_server.conf @@ -1,7 +1,7 @@ ############################################################################# # Pandora FMS Server Parameters # Pandora FMS, the Flexible Monitoring System. -# Version 130420 +# Version 5.0 # Licensed under GPL license v2, # (c) 2003-2013 Artica Soluciones Tecnologicas # http://www.pandorafms.com @@ -69,6 +69,7 @@ dbhost localhost #dbport 3306 # By default, parent agent will not update + #update_parent 0 # verbosity: level of detail on errors/messages (0 default, 1 verbose, 2 debug.... 10 noisy) @@ -106,6 +107,7 @@ dataserver 1 reconserver 1 # pluginserver : 1 or 0. Set to 1 to activate plugin server with this setup + pluginserver 1 # Pandora FMS Plugin exec tool filepath (by default at /usr/local/bin) @@ -216,6 +218,11 @@ mta_address localhost #mta_from Pandora FMS +# Set 1 if want eMail deliver alert in separate mail (default). +# Set 0 if want eMail deliver shared mail by all destination. +mail_in_separate 1 + + # xprobe2: Optional package to detect OS types using advanced TCP/IP # fingerprinting tecniques, much more accurates than stadard nmap. # If not provided, nmap is used insted xprobe2 @@ -234,7 +241,7 @@ snmpget /usr/pkg/bin/snmpget # snmp_trapd: Needed by Pandora FMS SNMP console. -snmp_trapd /usr/opkg/sbin/snmptrapd +snmp_trapd /usr/pkg/sbin/snmptrapd # Location of the braa binary needed by the Enterprise SNMP Server (/usr/local/bin/braa by default) (PANDORA FMS ENTERPRISE ONLY). @@ -265,7 +272,6 @@ max_log_size 65536 max_queue_files 500 # Use the XML file last modification time as timestamp. - # use_xml_timestamp 1 # Pandora FMS will autorestart itself each XXX seconds, use this if you experience problems with @@ -306,7 +312,6 @@ max_queue_files 500 # Radius (in meters) of the circle in where the agents will be place randomly # when finded by a recon task. Center of the circle is guessed # by geolocating the IP. - #recon_location_scatter_radius 1000 # Pandora Server self-monitoring (embedded agent) (by default enabled) @@ -357,6 +362,7 @@ exportserver 0 export_threads 1 # Enable (1) or disable (0) Pandora FMS Event Server (PANDORA FMS ENTERPRISE ONLY). + eventserver 0 # Event Server event window in seconds (3600 by default) (PANDORA FMS ENTERPRISE ONLY). @@ -386,6 +392,10 @@ snmp_threads 2 block_size 15 +# Path to the netflow daemon nfcapd. + +netflow_daemon /usr/pkg/bin/nfcapd + # 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!!! @@ -394,7 +404,7 @@ dataserver_lifo 0 # If set to 1, the policy manager is enabled and the server is listening the policy queue. # 0 by default (PANDORA FMS ENTERPRISE ONLY) -policy_manager 0 +policy_manager 1 # If set to 1, the event replicate process is enabled. 0 by default. (PANDORA FMS ENTERPRISE ONLY) # WARNING: This process doesn't do anything if is not properly configured from the console setup @@ -407,3 +417,26 @@ event_replication 0 event_auto_validation 1 +# If defined, events generated by Pandora FMS will be written to the specified text file. +#event_file /var/log/pandora/pandora_events.txt + +# Set the maximum number of traps that will be processed from a single source in a +# configured time interval. +#snmp_storm_protection 10 + +# Time interval for snmp_storm protection (in seconds). +#snmp_storm_timeout 600 + +# Default texts for some events. The macros _module_ and _data_ are supported. +#text_going_down_normal Module '_module_' is going to NORMAL (_data_) +#text_going_up_critical Module '_module_' is going to CRITICAL (_data_) +#text_going_up_warning Module '_module_' is going to WARNING (_data_) +#text_going_down_warning Module '_module_' is going to WARNING (_data_) +#text_going_unknown Module '_module_' is going to UNKNOWN + +# Events older that the specified time (in seconds) will be auto-validated. Set to 0 to disable this feature. +event_expiry_time 0 + +# Only events more recent than the specified time window (in seconds) will be auto-validated. This value must +# be greater than event_expiry_time. +#event_expiry_window 86400