Reverted to the hostname for the server instead of the top level domain
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user