Fix mattermost docker-compose example

This commit is contained in:
TwinProduction
2021-01-16 20:36:59 -05:00
parent e89bb932ea
commit 6d8fd267de
2 changed files with 33 additions and 12 deletions

View File

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