#167: Rename examples/ to .examples/

This commit is contained in:
TwiN
2021-10-24 15:20:39 -04:00
parent fb2448c15a
commit 8f50e44b45
21 changed files with 11 additions and 11 deletions

View File

@ -0,0 +1,16 @@
alerting:
mattermost:
webhook-url: "http://mattermost:8065/hooks/tokengoeshere"
insecure: true
endpoints:
- name: example
url: https://example.org
interval: 1m
alerts:
- type: mattermost
enabled: true
description: "health check failed 3 times in a row"
send-on-resolved: true
conditions:
- "[STATUS] == 200"