diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index af68db5de5..0c1ac81725 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,8 @@ +2013-09-29 Junichi Satoh <junichi@rworks.jp> + + * FreeBSD/pandora_server.conf: Updated default settings as the same + as Linux ones. + 2013-09-24 Ramon Novoa <rnovoa@artica.es> * lib/PandoraFMS/WMIServer.pm: Some HTML entities were not being diff --git a/pandora_server/FreeBSD/pandora_server.conf b/pandora_server/FreeBSD/pandora_server.conf index 954f6eb41b..eb049a2a1a 100644 --- a/pandora_server/FreeBSD/pandora_server.conf +++ b/pandora_server/FreeBSD/pandora_server.conf @@ -1,7 +1,7 @@ ############################################################################# # Pandora FMS Server Parameters # Pandora FMS, the Flexible Monitoring System. -# Version 130420 +# Version 5.0dev # Licensed under GPL license v2, # (c) 2003-2013 Artica Soluciones Tecnologicas # http://www.pandorafms.com @@ -404,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 @@ -417,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