gatus/examples/docker-compose-mattermost/config.yaml

17 lines
370 B
YAML
Raw Normal View History

2021-01-17 02:36:59 +01:00
alerting:
mattermost:
webhook-url: "http://mattermost:8065/hooks/tokengoeshere"
insecure: true
2020-11-14 15:55:37 +01:00
services:
- name: example
url: http://example.org
2021-01-17 02:36:59 +01:00
interval: 1m
alerts:
- type: mattermost
enabled: true
description: "healthcheck failed 3 times in a row"
send-on-resolved: true
2020-11-14 15:55:37 +01:00
conditions:
- "[STATUS] == 200"