Files
gatus/.examples/docker-compose-grafana-prometheus/config/config.yaml
2022-03-20 00:04:13 -04:00

16 lines
340 B
YAML

metrics: true
endpoints:
- name: website
url: https://twin.sh/health
interval: 30s
conditions:
- "[STATUS] == 200"
- name: github
url: https://api.github.com/healthz
interval: 5m
conditions:
- "[STATUS] == 200"
- name: example
url: https://example.com/
conditions:
- "[STATUS] == 200"