config/watchdog.conf hinzugefügt
Some checks failed
Docker Build Smart Logic / Build amd64 & arm64 (push) Failing after 8s
Some checks failed
Docker Build Smart Logic / Build amd64 & arm64 (push) Failing after 8s
This commit is contained in:
19
config/watchdog.conf
Normal file
19
config/watchdog.conf
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# E-Mail Einstellungen
|
||||||
|
EMAIL_TO="empfaenger@beispiel.de"
|
||||||
|
EMAIL_FROM="multi-watch@dein-server.de"
|
||||||
|
|
||||||
|
# Intervall
|
||||||
|
CHECK_INTERVAL=21600 # Alle 6 Stunden (in Sekunden)
|
||||||
|
|
||||||
|
# Quellen (Format: TYPE|REPO|EXTRA)
|
||||||
|
TARGETS=(
|
||||||
|
"DOCKER|library/ubuntu|latest"
|
||||||
|
"DOCKER|grafana/grafana|9.5.0"
|
||||||
|
"GITHUB|docker/cli|master"
|
||||||
|
)
|
||||||
|
|
||||||
|
# SMTP Einstellungen für msmtp
|
||||||
|
SMTP_HOST="smtp.dein-anbieter.de"
|
||||||
|
SMTP_PORT="587"
|
||||||
|
SMTP_USER="dein-benutzername"
|
||||||
|
SMTP_PASS="dein-passwort"
|
||||||
Reference in New Issue
Block a user