Change more references to Pandora FMS HA Database tool.

This commit is contained in:
Ramon Novoa 2021-08-26 10:47:52 +02:00
parent 3056874b52
commit 7e27731ce2
3 changed files with 4 additions and 4 deletions

View File

@ -692,10 +692,10 @@ syslog_max 65535
# Address # Address
# sync_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 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 ha_monitoring_interval 60
# Enable (1) or disable (0) Pandora FMS Alert Server. # Enable (1) or disable (0) Pandora FMS Alert Server.

View File

@ -427,7 +427,7 @@ install () {
[ -d "$SYSTEMD_DIR" ] || mkdir -p "$SYSTEMD_DIR" [ -d "$SYSTEMD_DIR" ] || mkdir -p "$SYSTEMD_DIR"
cat > $SYSTEMD_DIR/pandora_ha.service <<-EOF cat > $SYSTEMD_DIR/pandora_ha.service <<-EOF
[Unit] [Unit]
Description=Pandora FMS Database HA Tool Description=Pandora FMS Daemon Watchdog
[Service] [Service]
Type=forking Type=forking

View File

@ -1,5 +1,5 @@
[Unit] [Unit]
Description=Pandora FMS Database HA Tool Description=Pandora FMS Daemon Watchdog
[Service] [Service]
Type=forking Type=forking