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:
gotjosh
2022-11-11 17:27:13 +00:00
committed by GitHub
parent 1c5039085b
commit d748979048
8 changed files with 418 additions and 2 deletions
@@ -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.