Update dsmon.sh

This commit is contained in:
2023-07-04 21:00:07 -05:00
parent fb4e2c7fe6
commit 70fe372da9

View File

@@ -336,7 +336,8 @@ GETCRONTAB(){
hostname=$(hostname)
if [ "$(CHECK_HOST 10.10.10.50)" != "false" ]; then
nmip=10.10.10.50
# nmip=10.10.10.50
nmip=
elif [ "$(CHECK_HOST 100.100.55.1)" != "false" ]; then
nmip=100.100.55.1
else