From 8b7201a219047e8f2feffcaadd5d27300baaa63b Mon Sep 17 00:00:00 2001 From: rafael Date: Tue, 18 Apr 2023 09:51:04 +0200 Subject: [PATCH] ent-10770 adding snmp-mibs-downloader dependencie to ubuntu online installer --- extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh b/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh index ae5e607cae..21b93c54a0 100644 --- a/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh +++ b/extras/deploy-scripts/pandora_deploy_community_ubuntu_2204.sh @@ -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"