Add configuration file
This commit is contained in:
13
config.yaml
Normal file
13
config.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
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"
|
Reference in New Issue
Block a user