updated to remove dns hostname and updated error message about supported OS versions
This commit is contained in:
@@ -30,7 +30,7 @@ else
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# zabbix server
|
# zabbix server
|
||||||
ZABBIX_SERVER="gauntzabbix.home.johnhgaunt.com, 10.0.10.16"
|
ZABBIX_SERVER="10.0.10.16"
|
||||||
|
|
||||||
if [ ${OS} == 'Debian' ]; then
|
if [ ${OS} == 'Debian' ]; then
|
||||||
# Install the repository configuration package. This package contains apt (software package manager) configuration files.
|
# Install the repository configuration package. This package contains apt (software package manager) configuration files.
|
||||||
@@ -98,7 +98,7 @@ EOF
|
|||||||
|
|
||||||
else
|
else
|
||||||
echo "You are running an unsupported OS"
|
echo "You are running an unsupported OS"
|
||||||
echo "Support OSes: Debian 9/10/11, Ubuntu 16.04/18.04, CentOS 7"
|
echo "Support OSes: Debian 9/10/11, Ubuntu 20.04/22.04, CentOS 7"
|
||||||
echo "Your OS: ${OS} ${OS_VER}"
|
echo "Your OS: ${OS} ${OS_VER}"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user