blob: dd2578e4a406f990f1879f9f07a0bb5531429f0c (
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
|
# Log configuration
log:
# Log level
level: debug
# Log format
format: text
# Server configurations
server:
listenAddr: "127.0.0.2"
port: 8081
# Cachet configuration
cachet:
url: http://172.16.9.2:8033
apiKey: $CACHETAPIKEY
# Targets
targets:
# - component:
# name: nginx
# status: PARTIAL_OUTAGE
# groupName: LibertaCasa
# alerts:
# - name: lysergic-nginx-down
# - component:
# name: Node_Exporter_Mercury
# status: PARTIAL_OUTAGE
# groupName: LibertaCasa
# alerts:
# - name: lysergic-node-down
- component:
name: Jitsi
status: PARTIAL_OUTAGE
alerts:
- name: JITSI-WEB-DOWN
- component:
name: Element
status: PARTIAL_OUTAGE
groupName: LibertaCasa
alerts:
- name: ELEMENT-WEB-DOWN
- component:
name: Gitea
status: PARTIAL_OUTAGE
alerts:
- name: GITEA-WEB-DOWN
- component:
name: cgit
status: PARTIAL_OUTAGE
groupName: LibertaCasa
alerts:
- name: CGIT-WEB-DOWN
- component:
name: Etherpad
status: PARTIAL_OUTAGE
alerts:
- name: ETHERPAD-WEB-DOWN
- component:
name: PrivateBin
status: PARTIAL_OUTAGE
alerts:
- name: PASTA-WEB-DOWN
- component:
name: Website
status: PARTIAL_OUTAGE
groupName: xKek
alerts:
- name: XKEK-WEB-DOWN
- component:
name: SearX
status: PARTIAL_OUTAGE
groupName: xKek
alerts:
- name: SEARX-WEB-DOWN
- component:
name: Yacy
status: PARTIAL_OUTAGE
groupName: xKek
alerts:
- name: YACY-WEB-DOWN
# - labels:
# label1: value1
# incident:
# name: ""
# content: ""
# status: INVESTIGATING
# public: true
|