#167: Rename examples/ 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
|
||||
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"
|
Reference in New Issue
Block a user