mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 16:24:54 +02:00
Merge branch 'ent-7805-devolver-informacion-del-pandora-server-al-hacer-un-status' into 'develop'
Update the description for pandora_ha. See merge request artica/pandorafms!4371
This commit is contained in:
commit
25c6a3eef4
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
[Unit]
|
||||
Description=Pandora FMS Database HA Tool
|
||||
Description=Pandora FMS Daemon Watchdog
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
|
Loading…
x
Reference in New Issue
Block a user