Add example
This commit is contained in:
2
example/Dockerfile
Normal file
2
example/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM twinproduction/gatus
|
||||
ADD config.yaml ./
|
7
example/config.yaml
Normal file
7
example/config.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
services:
|
||||
- name: example
|
||||
url: http://example.org
|
||||
interval: 30s
|
||||
failure-threshold: 3
|
||||
conditions:
|
||||
- "$STATUS == 200"
|
Reference in New Issue
Block a user