From c2511c1b1c061bb43cfeaf13ae3bbd6169c7d4e0 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Sat, 27 Feb 2021 15:04:34 -0500 Subject: [PATCH] update zabbix server to have ip with dns name --- zabbix_agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabbix_agent.sh b/zabbix_agent.sh index 6f3e9e1..a91ab00 100644 --- a/zabbix_agent.sh +++ b/zabbix_agent.sh @@ -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.