modified: default-environment.env
modified: monitoring/gotify/docker-health-to-gotify.sh
This commit is contained in:
@@ -4,8 +4,8 @@ set -euo pipefail
|
||||
#: "${GOTIFY_URL:?Set GOTIFY_URL (e.g. https://gotify.lan.ddnsgeek.com)}"
|
||||
#: "${GOTIFY_TOKEN:?Set GOTIFY_TOKEN (AAM..CtNmUGoNIV)}"
|
||||
|
||||
GOTIFY_URL="${GOTIFY_URL}"
|
||||
GOTIFY_TOKEN="${GOTIFY_TOKEN}"
|
||||
GOTIFY_URL="https://gotify.lan.ddnsgeek.com"
|
||||
GOTIFY_TOKEN="ADuOnDBG7C27hcf"
|
||||
|
||||
STATE_DIR="./docker-health-alert"
|
||||
STATE_FILE="${STATE_DIR}/last_unhealthy.txt"
|
||||
|
||||
Reference in New Issue
Block a user