Skip to content

Commit

Permalink
Update ubuntu.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 25, 2024
1 parent 011d3dc commit 185c5cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/zabbix/versions/7.0/ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ Install_App()
cd $serverPath/source/zabbix && dpkg -i ${ZABBIX_NAME}
apt update -y

apt install -y zabbix-server-mysql zabbix-frontend-php zabbix-sql-scripts zabbix-get
apt install -y zabbix-server-mysql
apt install -y zabbix-frontend-php zabbix-sql-scripts
apt install -y zabbix-agent
}

Uninstall_App()
{
apt remove -y zabbix-server-mysql zabbix-frontend-php zabbix-sql-scripts zabbix-get
apt remove -y zabbix-server-mysql
apt remove -y zabbix-frontend-php zabbix-sql-scripts
apt remove -y zabbix-agent
rm -rf /etc/zabbix

Expand Down

0 comments on commit 185c5cb

Please sign in to comment.