ntfy-alertmanager setup silence in alertmanager
Some checks failed
/ Ansible Lint (push) Failing after 1m57s

This commit is contained in:
chris 2025-06-12 19:48:18 +02:00
commit 1cc4ca6947
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
5 changed files with 26 additions and 1 deletions

View file

@ -1,3 +1,4 @@
base-url https://grafana.hamburg.ccc.de/ccchh-alertmanager-critical
http-address :8000
log-level info
log-format text
@ -27,6 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
}
ntfy {
@ -35,6 +37,10 @@ ntfy {
access-token {{ secret__ntfy_token }}
}
alertmanager {
silence-duration 3h
}
cache {
type memory
duration 12h

View file

@ -1,3 +1,4 @@
base-url https://grafana.hamburg.ccc.de/ccchh-alertmanager
http-address :8010
log-level info
log-format text
@ -27,6 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
}
ntfy {
@ -35,6 +37,10 @@ ntfy {
access-token {{ secret__ntfy_token }}
}
alertmanager {
silence-duration 3h
}
cache {
type memory
duration 12h

View file

@ -1,3 +1,4 @@
base-url https://grafana.hamburg.ccc.de/fux-alertmanager-critical
http-address :8001
log-level info
log-format text
@ -27,6 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
}
ntfy {
@ -35,6 +37,10 @@ ntfy {
access-token {{ secret__ntfy_token }}
}
alertmanager {
silence-duration 3h
}
cache {
type memory
duration 12h

View file

@ -1,3 +1,4 @@
base-url https://grafana.hamburg.ccc.de/fux-alertmanager
http-address :8011
log-level info
log-format text
@ -27,6 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
}
ntfy {
@ -35,6 +37,10 @@ ntfy {
access-token {{ secret__ntfy_token }}
}
alertmanager {
silence-duration 3h
}
cache {
type memory
duration 12h