1
0
Fork 0
mirror of https://github.com/TwiN/gatus.git synced 2024-12-14 11:58:04 +00:00

Update example config

This commit is contained in:
TwinProduction 2021-06-29 23:33:17 -04:00
parent 35c33620a5
commit 574dd50b98

View file

@ -10,14 +10,15 @@ services:
- name: back-end - name: back-end
group: core group: core
url: "http://example.org/" url: "https://example.org/"
interval: 5m interval: 5m
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"
- "[CERTIFICATE_EXPIRATION] > 48h"
- name: monitoring - name: monitoring
group: internal group: internal
url: "http://example.com/" url: "https://example.org/"
interval: 5m interval: 5m
conditions: conditions:
- "[STATUS] == 200" - "[STATUS] == 200"