summaryrefslogtreecommitdiffstats
path: root/Prometheus/alerts/lysergic/blackbox.yml
blob: 49a553d6424a4aca9fdde17582f57021e1f3d185 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
groups:
- name: lysergic-blackbox_exporters
  rules:
  - alert: LIBERTACASA-WEB-DOWN
    expr: probe_success{instance=~"https://liberta.casa|https://www.lysergic.dev"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: XKEK-WEB-DOWN
    expr: probe_success{instance=~"https://xkek.net|https://kekx.net"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: JITSI-WEB-DOWN
    expr: probe_success{instance=~"https://meet.lysergic.dev"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: PASTA-WEB-DOWN
    expr: probe_success{instance=~"https://pasta.lysergic.dev"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: GITEA-WEB-DOWN
    expr: probe_success{instance=~"https://git.com.de"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: CGIT-WEB-DOWN
    expr: probe_success{instance=~"https://git.casa"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: ELEMENT-WEB-DOWN
    expr: probe_success{instance=~"https://element.liberta.casa"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: ETHERPAD-WEB-DOWN
    expr: probe_success{instance=~"https://pad.hugz.io"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: SEARX-WEB-DOWN
    expr: probe_success{instance=~"https://searx.xkek.net"} == 0
    for: 120s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
  - alert: YACY-WEB-DOWN
    expr: probe_success{instance=~"https://yacy.xkek.net"} == 0
    for: 30s
    labels:
      severity: warning
      project: LYSERGIC
    annotations:
      title: Node {{ $labels.instance }} is down
      description: Failed to scrape {{ $labels.job }} on {{ $labels.instance}} for more than 30 seconds. Node seems down.
/etc/prometheus/alerts/lysergic/blackbox.yml lines 29-93/93 (END)