remove configuration for deleted woodpecker host
All checks were successful
/ Ansible Lint (push) Successful in 34m8s
All checks were successful
/ Ansible Lint (push) Successful in 34m8s
This commit is contained in:
parent
1275d50bdf
commit
b0347d64bf
5 changed files with 4 additions and 16 deletions
|
|
@ -196,7 +196,6 @@ matrix-intern IN A 172.31.17.150
|
|||
; have this for compatibility (like references in CI)
|
||||
public-web-static-intern IN AAAA 2a00:14b0:42:102::17
|
||||
git-intern IN A 172.31.17.154
|
||||
woodpecker-intern IN A 172.31.17.160
|
||||
penpot-intern IN A 172.31.17.162
|
||||
forgejo-runner-builder IN A 172.31.17.202
|
||||
renovate-forgejo IN A 172.31.17.163
|
||||
|
|
@ -275,7 +274,6 @@ matrix IN CNAME public-reverse-proxy
|
|||
mas IN CNAME public-reverse-proxy
|
||||
element-admin IN CNAME public-reverse-proxy
|
||||
netbox IN CNAME public-reverse-proxy
|
||||
woodpecker IN CNAME public-reverse-proxy
|
||||
onlyoffice IN CNAME public-reverse-proxy
|
||||
pad IN CNAME public-reverse-proxy
|
||||
pretalx IN CNAME public-reverse-proxy
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ groups:
|
|||
# General high disk read and write rate alerts.
|
||||
# Excluding: hypervisor hosts, CI hosts
|
||||
- alert: HostUnusualDiskReadRate
|
||||
expr: (sum by (instance) (rate(node_disk_read_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename=~".+", nodename!="forgejo-actions-runner", nodename!="woodpecker", nodename!="chaosknoten"}
|
||||
expr: (sum by (instance) (rate(node_disk_read_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename=~".+", nodename!="forgejo-actions-runner", nodename!="chaosknoten"}
|
||||
for: 5m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
@ -137,7 +137,7 @@ groups:
|
|||
summary: Host unusual disk read rate (instance {{ $labels.instance }})
|
||||
description: "Disk is probably reading too much data (> 50 MB/s)\n VALUE = {{ $value }}"
|
||||
- alert: HostUnusualDiskWriteRate
|
||||
expr: (sum by (instance) (rate(node_disk_written_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename=~".+", nodename!="forgejo-actions-runner", nodename!="woodpecker", nodename!="chaosknoten"}
|
||||
expr: (sum by (instance) (rate(node_disk_written_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename=~".+", nodename!="forgejo-actions-runner", nodename!="chaosknoten"}
|
||||
for: 2m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
@ -147,7 +147,7 @@ groups:
|
|||
# CI hosts high disk read and write alerts.
|
||||
# Longer intervals to account for disk intensive CI tasks.
|
||||
- alert: CIHostUnusualDiskReadRate
|
||||
expr: (sum by (instance) (rate(node_disk_read_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename="forgejo-actions-runner", nodename="woodpecker"}
|
||||
expr: (sum by (instance) (rate(node_disk_read_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename="forgejo-actions-runner"}
|
||||
for: 10m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
@ -155,7 +155,7 @@ groups:
|
|||
summary: CI host unusual disk read rate for 10 min (instance {{ $labels.instance }})
|
||||
description: "Disk is probably reading too much data (> 50 MB/s)\n VALUE = {{ $value }}"
|
||||
- alert: VirtualHostUnusualDiskWriteRate
|
||||
expr: (sum by (instance) (rate(node_disk_written_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename="forgejo-actions-runner", nodename="woodpecker"}
|
||||
expr: (sum by (instance) (rate(node_disk_written_bytes_total[2m])) / 1024 / 1024 > 50) * on(instance) group_left (nodename) node_uname_info{nodename="forgejo-actions-runner"}
|
||||
for: 4m
|
||||
labels:
|
||||
severity: warning
|
||||
|
|
|
|||
|
|
@ -70,7 +70,6 @@ map $host $upstream_acme_challenge_host {
|
|||
eh20.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
hacker.tours public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
staging.hacker.tours public-web-static.hosts.hamburg.ccc.de:31820;
|
||||
woodpecker.hamburg.ccc.de 172.31.17.160:31820;
|
||||
design.hamburg.ccc.de 172.31.17.162:31820;
|
||||
hydra.hamburg.ccc.de 172.31.17.163:31820;
|
||||
ntfy.hamburg.ccc.de ntfy.hosts.hamburg.ccc.de:31820;
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ stream {
|
|||
eh20.hamburg.ccc.de public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
hacker.tours public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
staging.hacker.tours public-web-static.hosts.hamburg.ccc.de:8443;
|
||||
woodpecker.hamburg.ccc.de 172.31.17.160:8443;
|
||||
design.hamburg.ccc.de 172.31.17.162:8443;
|
||||
hydra.hamburg.ccc.de 172.31.17.163:8443;
|
||||
cfp.eh22.easterhegg.eu pretalx.hosts.hamburg.ccc.de:8443;
|
||||
|
|
|
|||
|
|
@ -294,14 +294,6 @@ endpoints:
|
|||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*CCCHH Wiki*)"
|
||||
|
||||
- name: Woodpecker
|
||||
url: "https://woodpecker.hamburg.ccc.de/"
|
||||
<<: *services_chaosknoten_defaults
|
||||
conditions:
|
||||
- "[STATUS] == 200"
|
||||
- "[CERTIFICATE_EXPIRATION] > 48h"
|
||||
- "[BODY] == pat(*Woodpecker*)"
|
||||
|
||||
- name: Zammad
|
||||
url: "https://zammad.hamburg.ccc.de/"
|
||||
<<: *services_chaosknoten_defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue