mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-15 12:05:07 +00:00
Rename example directory to examples
This commit is contained in:
16
examples/docker-compose-grafana-prometheus/config.yaml
Normal file
16
examples/docker-compose-grafana-prometheus/config.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
metrics: true
|
||||
services:
|
||||
- name: TwiNNatioN
|
||||
url: https://twinnation.org/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"
|
||||
Reference in New Issue
Block a user