update zabbix server to have ip with dns name

This commit is contained in:
2021-02-27 15:04:34 -05:00
parent 1487c5782e
commit c2511c1b1c

View File

@@ -30,7 +30,7 @@ else
fi
# zabbix server
ZABBIX_SERVER="gauntzabbix.home.johnhgaunt.com"
ZABBIX_SERVER="gauntzabbix.home.johnhgaunt.com, 10.0.10.16"
if [ ${OS} == 'Debian' ]; then
# Install the repository configuration package. This package contains apt (software package manager) configuration files.