docs: Fix Google Chat alerting configuration example

This commit is contained in:
TwiN 2022-02-14 20:03:08 -05:00
parent 3f961a7408
commit 6932edc6d0

View File

@ -405,7 +405,7 @@ endpoints:
```yaml ```yaml
alerting: alerting:
mattermost: googlechat:
webhook-url: "https://chat.googleapis.com/v1/spaces/*******/messages?key=**********&token=********" webhook-url: "https://chat.googleapis.com/v1/spaces/*******/messages?key=**********&token=********"
endpoints: endpoints:
@ -423,10 +423,6 @@ endpoints:
send-on-resolved: true send-on-resolved: true
``` ```
Here's an example of what the notifications look like:
![Google chat notifications](.github/assets/googlechat-alerts.png)
#### Configuring Mattermost alerts #### Configuring Mattermost alerts
| Parameter | Description | Default | | Parameter | Description | Default |
|:------------------------------------|:--------------------------------------------------------------------------------------------|:--------------| |:------------------------------------|:--------------------------------------------------------------------------------------------|:--------------|