status(host): configure external status page and uptime monitoring host
Some checks failed
/ Ansible Lint (push) Failing after 2m0s
Some checks failed
/ Ansible Lint (push) Failing after 2m0s
This commit is contained in:
parent
51bbdd42a2
commit
fe52127e82
14 changed files with 1381 additions and 2 deletions
23
resources/external/status/docker_compose/config/sites.yaml
vendored
Normal file
23
resources/external/status/docker_compose/config/sites.yaml
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Sites
|
||||
sites-defaults: &sites_defaults
|
||||
group: Sites
|
||||
interval: 1m
|
||||
alerts:
|
||||
- type: matrix
|
||||
failure-threshold: 5
|
||||
success-threshold: 2
|
||||
minimum-reminder-interval: "6h"
|
||||
send-on-resolved: true
|
||||
|
||||
endpoints:
|
||||
- name: Chaosknoten/IRZ42
|
||||
url: "icmp://chaosknoten.hamburg.ccc.de"
|
||||
<<: *sites_defaults
|
||||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
|
||||
- name: Z9
|
||||
url: "icmp://185.161.129.129"
|
||||
<<: *sites_defaults
|
||||
conditions:
|
||||
- "[CONNECTED] == true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue