mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
13 lines
289 B
YAML
13 lines
289 B
YAML
|
services:
|
||
|
- name: twinnation
|
||
|
url: https://twinnation.org/actuator/health
|
||
|
interval: 10
|
||
|
failure-threshold: 3
|
||
|
conditions:
|
||
|
- "$STATUS == 200"
|
||
|
- name: github
|
||
|
url: https://github.com
|
||
|
interval: 10
|
||
|
failure-threshold: 3
|
||
|
conditions:
|
||
|
- "$STATUS == 200"
|