Update the description for pandora_ha.

Ref. pandora_enterprise#7805.
This commit is contained in:
Ramon Novoa 2021-08-25 11:47:30 +02:00
parent 5ba27998db
commit 3056874b52
1 changed files with 2 additions and 2 deletions

View File

@ -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);