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

17 lines
373 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
endpoints:
2020-11-14 15:55:37 +01:00
- name: example
url: https://example.org
2021-01-17 02:36:59 +01:00
interval: 1m
alerts:
- type: mattermost
enabled: true
description: "health check failed 3 times in a row"
2021-01-17 02:36:59 +01:00
send-on-resolved: true
2020-11-14 15:55:37 +01:00
conditions:
- "[STATUS] == 200"