Add configuration file

This commit is contained in:
TwinProduction
2019-09-06 00:01:48 -04:00
parent b753443516
commit c1c46b6b30
5 changed files with 68 additions and 1 deletions

13
config.yaml Normal file
View 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"