fixed typo added line to disable zabbix active checks

This commit is contained in:
2026-04-27 23:54:36 +00:00
parent 872e3855eb
commit b019b8d079
2 changed files with 4 additions and 2 deletions

View File

@@ -60,6 +60,9 @@ if [[ ! -f /usr/bin/python ]]
ln /usr/bin/python3 /usr/bin/python
fi
# disable zabbix active checks
sed -i 's/ServerActive=192.168.1.44/#ServerActive=127.0.0.1/g' /etc/zabbix/zabbix_agent2.conf
# update and upgrade
apt-get update
apt-get upgrade -y