Reverted to the hostname for the server instead of the top level domain

This commit is contained in:
2024-11-15 16:48:30 +00:00
parent 6500972c6b
commit 8800697cee

View File

@@ -7,7 +7,7 @@ if [ "$EUID" -ne 0 ]; then
fi
# ask for the domain, username, and password
read -e -p "Enter Checkmk Server: " -i "checkmk.johnhgaunt.com" CHECK_MK_SERVER
read -e -p "Enter Checkmk Server: " -i "gauntcheckmk.home.johnhgaunt.com" CHECK_MK_SERVER
read -e -p "Enter Checkmk Site Name: " -i "gaunt" SITE_NAME
read -e -p "Enter Checkmk Username: " -i "automation" USERNMAE
read -e -s -p "Enter ${USERNMAE}'s Password: " PASSWORD