mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-08 09:04:36 +01:00
17 lines
370 B
YAML
17 lines
370 B
YAML
alerting:
|
|
mattermost:
|
|
webhook-url: "http://mattermost:8065/hooks/tokengoeshere"
|
|
insecure: true
|
|
|
|
services:
|
|
- name: example
|
|
url: http://example.org
|
|
interval: 1m
|
|
alerts:
|
|
- type: mattermost
|
|
enabled: true
|
|
description: "healthcheck failed 3 times in a row"
|
|
send-on-resolved: true
|
|
conditions:
|
|
- "[STATUS] == 200"
|