Merge branch 'ent-10770-anadir-snmp-mib-downloader-en-el-instalador-de-ubuntu' into 'develop'

ent-10770 adding snmp-mibs-downloader dependencie to ubuntu online installer

See merge request artica/pandorafms!5730
This commit is contained in:
Rafael Ameijeiras 2023-04-18 07:53:18 +00:00
commit 3ac133b1b5
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ PANDORA_AGENT_CONF=/etc/pandora/pandora_agent.conf
WORKDIR=/opt/pandora/deploy
S_VERSION='202304111'
S_VERSION='202304181'
LOGFILE="/tmp/pandora-deploy-community-$(date +%F).log"
rm -f $LOGFILE &> /dev/null # remove last log before start
@ -274,6 +274,7 @@ server_dependencies=" \
cron \
libgeo-ip-perl \
arping \
snmp-mibs-downloader \
openjdk-8-jdk "
execute_cmd "apt install -y $server_dependencies" "Installing Pandora FMS Server dependencies"