mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
docs: Fix Google Chat alerting configuration example
This commit is contained in:
parent
3f961a7408
commit
6932edc6d0
1 changed files with 1 additions and 5 deletions
|
@ -405,7 +405,7 @@ endpoints:
|
|||
|
||||
```yaml
|
||||
alerting:
|
||||
mattermost:
|
||||
googlechat:
|
||||
webhook-url: "https://chat.googleapis.com/v1/spaces/*******/messages?key=**********&token=********"
|
||||
|
||||
endpoints:
|
||||
|
@ -423,10 +423,6 @@ endpoints:
|
|||
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
|
||||
| Parameter | Description | Default |
|
||||
|:------------------------------------|:--------------------------------------------------------------------------------------------|:--------------|
|
||||
|
|
Loading…
Reference in a new issue