diff --git a/checkmk.sh b/checkmk.sh index b5851e1..3dcc078 100644 --- a/checkmk.sh +++ b/checkmk.sh @@ -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