From 3056874b5204702ae1b0ecc445275c853a687152 Mon Sep 17 00:00:00 2001
From: Ramon Novoa <ramonnovoa@gmail.com>
Date: Wed, 25 Aug 2021 11:47:30 +0200
Subject: [PATCH] Update the description for pandora_ha.

Ref. pandora_enterprise#7805.
---
 pandora_server/util/pandora_ha.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pandora_server/util/pandora_ha.pl b/pandora_server/util/pandora_ha.pl
index 429873c876..ac8774972c 100755
--- a/pandora_server/util/pandora_ha.pl
+++ b/pandora_server/util/pandora_ha.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 ###############################################################################
-# Pandora FMS Database HA
+# Pandora FMS Daemon Watchdog
 ###############################################################################
 # Copyright (c) 2018-2021 Artica Soluciones Tecnologicas S.L
 ###############################################################################
@@ -105,7 +105,7 @@ sub ha_daemonize($) {
 sub ha_init_pandora($) {
   my $conf = shift;
   
-  log_message($conf, '', "\nPandora FMS Database HA Tool " . $PandoraFMS::Tools::VERSION . " Copyright (c) Artica ST\n");
+  log_message($conf, '', "\nPandora FMS Daemon Watchdog " . $PandoraFMS::Tools::VERSION . " Copyright (c) Artica ST\n");
   
   getopts('dp:', \%Opts);