ntfy-alertmanager silence now works

This commit is contained in:
chris 2025-06-12 20:04:02 +02:00
parent 1cc4ca6947
commit ff5f8ffc80
Signed by: c6ristian
SSH key fingerprint: SHA256:B3m+yzpaxGXSEcDBpPHfvza/DNC0wuX+CKMeGq8wgak
5 changed files with 71 additions and 4 deletions

View file

@ -1,4 +1,4 @@
base-url https://grafana.hamburg.ccc.de/ccchh-alertmanager-critical
base-url https://grafana.hamburg.ccc.de/ntfy-alertmanager-ccchh-critical
http-address :8000
log-level info
log-format text

View file

@ -1,4 +1,4 @@
base-url https://grafana.hamburg.ccc.de/ccchh-alertmanager
base-url https://grafana.hamburg.ccc.de/ntfy-alertmanager-ccchh
http-address :8010
log-level info
log-format text

View file

@ -1,4 +1,4 @@
base-url https://grafana.hamburg.ccc.de/fux-alertmanager-critical
base-url https://grafana.hamburg.ccc.de/ntfy-alertmanager-fux-critical
http-address :8001
log-level info
log-format text

View file

@ -1,4 +1,4 @@
base-url https://grafana.hamburg.ccc.de/fux-alertmanager
base-url https://grafana.hamburg.ccc.de/ntfy-alertmanager-fux
http-address :8011
log-level info
log-format text

View file

@ -41,4 +41,71 @@ server {
proxy_pass http://127.0.0.1:3000/;
}
location /ntfy-alertmanager-ccchh-critical/ {
deny all;
allow ::1/128;
allow 127.0.0.1/32;
# Wieske
allow 172.31.17.128/25;
allow 212.12.51.128/28;
allow 2a00:14b0:42:100::/56; #Neues v6 gerouted via neuem Router
allow 2a00:14b0:4200:3000::/64; #Bei Wieske
allow 2a00:14b0:4200:3380::/64;
allow 2a00:14b0:f000:23::/64; #CCCHH v6 bei Wieske, geroutet über turing
# Z9
allow 2a07:c480:0:100::/56;
allow 2a07:c481:1::/48;
proxy_pass http://127.0.0.1:8000/;
}
location /ntfy-alertmanager-ccchh/ {
deny all;
allow ::1/128;
allow 127.0.0.1/32;
# Wieske
allow 172.31.17.128/25;
allow 212.12.51.128/28;
allow 2a00:14b0:42:100::/56; #Neues v6 gerouted via neuem Router
allow 2a00:14b0:4200:3000::/64; #Bei Wieske
allow 2a00:14b0:4200:3380::/64;
allow 2a00:14b0:f000:23::/64; #CCCHH v6 bei Wieske, geroutet über turing
# Z9
allow 2a07:c480:0:100::/56;
allow 2a07:c481:1::/48;
proxy_pass http://127.0.0.1:8010/;
}
location /ntfy-alertmanager-fux-critical/ {
deny all;
allow ::1/128;
allow 127.0.0.1/32;
# Wieske
allow 172.31.17.128/25;
allow 212.12.51.128/28;
allow 2a00:14b0:42:100::/56; #Neues v6 gerouted via neuem Router
allow 2a00:14b0:4200:3000::/64; #Bei Wieske
allow 2a00:14b0:4200:3380::/64;
allow 2a00:14b0:f000:23::/64; #CCCHH v6 bei Wieske, geroutet über turing
# Z9
allow 2a07:c480:0:100::/56;
allow 2a07:c481:1::/48;
proxy_pass http://127.0.0.1:8001/;
}
location /ntfy-alertmanager-fux/ {
deny all;
allow ::1/128;
allow 127.0.0.1/32;
# Wieske
allow 172.31.17.128/25;
allow 212.12.51.128/28;
allow 2a00:14b0:42:100::/56; #Neues v6 gerouted via neuem Router
allow 2a00:14b0:4200:3000::/64; #Bei Wieske
allow 2a00:14b0:4200:3380::/64;
allow 2a00:14b0:f000:23::/64; #CCCHH v6 bei Wieske, geroutet über turing
# Z9
allow 2a07:c480:0:100::/56;
allow 2a07:c481:1::/48;
proxy_pass http://127.0.0.1:8011/;
}
}