Updated to make site name match correct

This commit is contained in:
2024-09-02 09:23:36 -04:00
parent c49926b013
commit 45bad59eba

View File

@@ -25,7 +25,7 @@ set -e
# set -x
CHECK_MK_SERVER="gauntcheckmk.home.johnhgaunt.com"
SITE_NAME="Gaunt"
SITE_NAME="gaunt"
API_URL="http://${CHECK_MK_SERVER}/${SITE_NAME}/check_mk/api/1.0"
USERNMAE="automation"
PASSWORD="$1"