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

15 lines
332 B
YAML
Raw Normal View History

metrics: true
services:
- name: TwiNNatioN
url: https://twinnation.org/health
interval: 10s
conditions:
- "[STATUS] == 200"
- name: GitHub
url: https://api.github.com/healthz
conditions:
- "[STATUS] == 200"
- name: Example
url: https://example.com/
conditions:
- "[STATUS] == 200"