12 lines
264 B
YAML
12 lines
264 B
YAML
metrics: true
|
|
services:
|
|
- name: Twinnation
|
|
url: https://twinnation.org/health
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200"
|
|
- name: GitHub API
|
|
url: https://api.github.com/healthz
|
|
interval: 30s
|
|
conditions:
|
|
- "[STATUS] == 200" |