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

16 lines
349 B
YAML
Raw Normal View History

metrics: true
services:
- name: TwiNNatioN
url: https://twinnation.org/health
2020-08-15 22:59:05 +02:00
interval: 30s
conditions:
- "[STATUS] == 200"
- name: GitHub
url: https://api.github.com/healthz
2020-08-15 02:05:10 +02:00
interval: 5m
conditions:
- "[STATUS] == 200"
- name: Example
url: https://example.com/
conditions:
- "[STATUS] == 200"