Alerting: Implement the Webex notifier (#58480)
* Alerting: Implement the Webex notifier Closes https://github.com/grafana/grafana/issues/11750 Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
@@ -632,6 +632,15 @@ The following sections detail the supported settings and secure settings for eac
|
||||
| ---- |
|
||||
| url |
|
||||
|
||||
#### Alert notification `Cisco Webex Teams`
|
||||
|
||||
| Name | Secure setting |
|
||||
| --------- | -------------- |
|
||||
| message | |
|
||||
| room_id | |
|
||||
| api_url | |
|
||||
| bot_token | yes |
|
||||
|
||||
## Grafana Enterprise
|
||||
|
||||
Grafana Enterprise supports provisioning for the following resources:
|
||||
|
||||
@@ -44,6 +44,7 @@ The following table lists the contact point types supported by Grafana.
|
||||
| [Threema](https://threema.ch/) | `threema` | Supported | N/A |
|
||||
| [VictorOps](https://help.victorops.com/) | `victorops` | Supported | Supported |
|
||||
| [Webhook](#webhook) | `webhook` | Supported | Supported ([different format](https://prometheus.io/docs/alerting/latest/configuration/#webhook_config)) |
|
||||
| [Cisco Webex Teams](#webex) | `webex` | Supported | Supported |
|
||||
| [WeCom](#wecom) | `wecom` | Supported | N/A |
|
||||
| [Zenduty](https://www.zenduty.com/) | `webhook` | Supported | N/A |
|
||||
|
||||
|
||||
@@ -79,6 +79,7 @@ Images in notifications are supported in the following notifiers and additional
|
||||
| Threema | No | No |
|
||||
| VictorOps | No | No |
|
||||
| Webhook | No | Yes |
|
||||
| Cisco Webex Teams | No | Yes |
|
||||
|
||||
Include images from URL refers to using the external image store.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user