From 7e27731ce25606e31e49dd3203a5d2f2b6a3bda4 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Thu, 26 Aug 2021 10:47:52 +0200 Subject: [PATCH] Change more references to Pandora FMS HA Database tool. --- pandora_server/conf/pandora_server.conf.new | 4 ++-- pandora_server/pandora_server_installer | 2 +- pandora_server/util/pandora_ha.service | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pandora_server/conf/pandora_server.conf.new b/pandora_server/conf/pandora_server.conf.new index 2f7ad76aea..6cc743999b 100644 --- a/pandora_server/conf/pandora_server.conf.new +++ b/pandora_server/conf/pandora_server.conf.new @@ -692,10 +692,10 @@ syslog_max 65535 # Address # sync_address -# Pandora FMS Database HA Tool execution interval in seconds (PANDORA FMS ENTERPRISE ONLY). +# Pandora FMS Daemon Watchdog 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). +# Pandora FMS Daemon Watchdog monitoring interval in seconds. Must be a multiple of ha_interval (PANDORA FMS ENTERPRISE ONLY). ha_monitoring_interval 60 # Enable (1) or disable (0) Pandora FMS Alert Server. diff --git a/pandora_server/pandora_server_installer b/pandora_server/pandora_server_installer index 673ebc64e4..45363d25de 100755 --- a/pandora_server/pandora_server_installer +++ b/pandora_server/pandora_server_installer @@ -427,7 +427,7 @@ install () { [ -d "$SYSTEMD_DIR" ] || mkdir -p "$SYSTEMD_DIR" cat > $SYSTEMD_DIR/pandora_ha.service <<-EOF [Unit] -Description=Pandora FMS Database HA Tool +Description=Pandora FMS Daemon Watchdog [Service] Type=forking diff --git a/pandora_server/util/pandora_ha.service b/pandora_server/util/pandora_ha.service index d513572f27..a0324f7ad6 100644 --- a/pandora_server/util/pandora_ha.service +++ b/pandora_server/util/pandora_ha.service @@ -1,5 +1,5 @@ [Unit] -Description=Pandora FMS Database HA Tool +Description=Pandora FMS Daemon Watchdog [Service] Type=forking