Moved to https
This commit is contained in:
@@ -26,7 +26,7 @@ set -e
|
||||
|
||||
CHECK_MK_SERVER="gauntcheckmk.home.johnhgaunt.com"
|
||||
SITE_NAME="gaunt"
|
||||
API_URL="http://${CHECK_MK_SERVER}/${SITE_NAME}/check_mk/api/1.0"
|
||||
API_URL="https://${CHECK_MK_SERVER}/${SITE_NAME}/check_mk/api/1.0"
|
||||
USERNMAE="agent_registration"
|
||||
PASSWORD="$1"
|
||||
AUTHORIZATION_HEADER="Authorization: Bearer ${USERNMAE} ${PASSWORD}"
|
||||
|
||||
Reference in New Issue
Block a user