Rename example directory to examples

This commit is contained in:
TwinProduction
2021-07-18 20:52:42 -04:00
parent bd3c01a4f4
commit 6d82a54518
19 changed files with 3 additions and 3 deletions

View 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"