From ee7521e417b3054e74dfc44a70639b70b3806e20 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 4 Dec 2017 11:37:08 +0100 Subject: [PATCH] Add news token server conf --- pandora_server/conf/pandora_server.conf.new | 37 ++++++++++++++++++--- 1 file changed, 33 insertions(+), 4 deletions(-) diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index c50235daa7..4d4c886fa4 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -38,8 +38,7 @@ errorlog_file /var/log/pandora/pandora_server.error # daemon 1 -# dbengine: mysql, postgresql or oracle (mysql by default) - +# dbengine: mysql dbengine mysql # Database credentials. A VERY important configuration. @@ -64,8 +63,7 @@ dbpass pandora dbhost 127.0.0.1 # dbport: Database port number -# Default value depends on the dbengine (mysql: 3306, postgresql: 5432, oracle: 1521) - +# Default value depends on the dbengine (mysql: 3306) #dbport 3306 # By default, parent agent will not be updated @@ -111,6 +109,18 @@ snmp_pdu_address 0 #snmp_trapd manual +# SNMP Trap forwarding. Go to http://wiki.pandorafms.com for more information. +#snmp_forward_trap 1 +#snmp_forward_ip 192.168.1.145 +#snmp_forward_version 1 +#snmp_forward_secName +#snmp_forward_engineid +#snmp_forward_authProtocol +#snmp_forward_authPassword +#snmp_forward_privProtocol +#snmp_forward_privPassword +#snmp_forward_secLevel + # Activate (1) Pandora Network Server networkserver 1 @@ -559,6 +569,8 @@ enc_dir /usr/share/pandora_server/enc/ # The number of times dynamic_min and dynamic_max will be recalculated per dynamic_interval. # Go to http://wiki.pandorafms.com/ for more information. dynamic_updates 5 +#dynamic_warning +#dynamic_constant # Enable (1) or disable (0) the Pandora FMS WUX Server (PANDORA FMS ENTERPRISE ONLY). wuxserver 0 @@ -581,3 +593,20 @@ syslog_threads 2 # Maximum number of lines queued by the Syslog Server's producer on each run (PANDORA FMS ENTERPRISE ONLY). syslog_max 65535 +# Port tentacle server +#sync_port 41121 + +# Sync certificate path of the authenticating CA +#sync_ca /home/cacert.pem + +# Sync server certificate path +#sync_cert /home/tentaclecert.pem + +# Sync server certificate private key path +#sync_key /home/tentaclekey.pem + +# Sync number of attempts +#sync_retries 3 + +# Sync timeout +#sync_timeout 10 \ No newline at end of file