From 8800697cee25d3f15e4df807611707db1d3e97be Mon Sep 17 00:00:00 2001 From: jgaunt Date: Fri, 15 Nov 2024 16:48:30 +0000 Subject: [PATCH] Reverted to the hostname for the server instead of the top level domain --- checkmk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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