13693 adding pandora_gotty for future proof not working on 772

This commit is contained in:
rafael 2024-05-13 12:02:37 +02:00
parent cdbb734f67
commit cd0748eaa7
4 changed files with 6 additions and 0 deletions

View File

@ -390,6 +390,7 @@ console_dependencies=" \
mod_ssl \
libzstd \
openldap-clients \
https://github.com/pandorafms/pandorafms/releases/download/tools/pandora_gotty-1.1-1.el8.x86_64.rpm \
chromium"
execute_cmd "dnf install -y $console_dependencies" "Installing Pandora FMS Console dependencies"

View File

@ -381,6 +381,7 @@ console_dependencies=" \
mod_ssl \
libzstd \
openldap-clients \
https://github.com/pandorafms/pandorafms/releases/download/tools/pandora_gotty-1.1-1.el8.x86_64.rpm \
chromium "
execute_cmd "dnf install -y $console_dependencies" "Installing Pandora FMS Console dependencies"

View File

@ -280,6 +280,7 @@ console_dependencies=" \
mod_ssl \
libzstd \
openldap-clients \
https://github.com/pandorafms/pandorafms/releases/download/tools/pandora_gotty-1.1-1.el8.x86_64.rpm \
chromium"
execute_cmd "yum install -y $console_dependencies" "Installing Pandora FMS Console dependencies"

View File

@ -344,6 +344,9 @@ execute_cmd "apt install -y $server_dependencies" "Installing Pandora FMS Server
execute_cmd "installing_docker" "Installing Docker for debug"
# Installing pandora_gotty
execute_cmd "curl --output pandora_gotty.deb https://github.com/pandorafms/pandorafms/releases/download/tools/pandora_gotty_1.1.0.deb" "Downloading pandora_gotty"
execute_cmd "apt install -y ./pandora_gotty.deb" "Intalling pandora_gotty"
# create symlink for fping
rm -f /usr/sbin/fping &>> "$LOGFILE"