From ad687b3823bf5259399932a24e8e5892d3385945 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 19 Jun 2018 12:18:15 +0200 Subject: [PATCH] Added HA config parameters to pandora_server.conf. --- pandora_server/conf/pandora_server.conf.new | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 71d225bd73..9d0bc569e2 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -630,3 +630,9 @@ syslog_max 65535 #logstash_host ip #logstash_port 10514 +# Pandora FMS Database HA Tool execution interval in seconds (PANDORA FMS ENTERPRISE ONLY). +ha_interval 30 + +# Pandora FMS Database HA Tool monitoring interval in seconds. Must be a multiple of ha_interval (PANDORA FMS ENTERPRISE ONLY). +ha_monitoring_interval 60 +