gatus/.examples/docker-compose-grafana-prometheus/config/config.yaml

19 lines
358 B
YAML
Raw Normal View History

metrics: true
endpoints:
2021-09-18 19:04:50 +02:00
- name: website
2021-09-18 18:42:11 +02:00
url: https://twin.sh/health
2020-08-15 02:05:10 +02:00
interval: 5m
conditions:
- "[STATUS] == 200"
2021-09-18 19:04:50 +02:00
- name: example
url: https://example.com/
interval: 5m
conditions:
- "[STATUS] == 200"
- name: github
url: https://api.github.com/healthz
interval: 5m
conditions:
- "[STATUS] == 200"