grafana/pkg/services/ngalert/notifier/channels
gotjosh d748979048
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>
2022-11-11 17:27:13 +00:00
..
alertmanager_test.go Alerting: Change __alertScreenshotToken__ to __alertImageToken__ (#50771) 2022-07-04 06:05:36 -04:00
alertmanager.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
base.go Alerting: Validate contact point configuration during migration to Unified Alerting (#40717) 2021-10-22 10:11:06 +01:00
default_template_test.go Alerting: Append org ID to alert notification URLs (#57123) 2022-11-07 16:03:25 +00:00
default_template.go Alerting: Support values in notification templates (#56457) 2022-10-10 13:40:21 +01:00
dingding_test.go Alerting: Add custom title to DingDing contact point (#57498) 2022-10-27 16:16:36 +02:00
dingding.go Alerting: Add custom title to DingDing contact point (#57498) 2022-10-27 16:16:36 +02:00
discord_test.go Alerting: Add custom title to discord contact point (#57506) 2022-10-27 16:17:18 +02:00
discord.go Alerting: Add custom title to discord contact point (#57506) 2022-10-27 16:17:18 +02:00
email_test.go Alerting: Fix Teams notifier not failing on 200 response with error (#52254) 2022-07-14 13:15:18 -04:00
email.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
factory.go Alerting: Implement the Webex notifier (#58480) 2022-11-11 17:27:13 +00:00
googlechat_test.go Add custom title to googlechet contact point (#57517) 2022-10-27 16:19:48 +02:00
googlechat.go Add custom title to googlechet contact point (#57517) 2022-10-27 16:19:48 +02:00
kafka_test.go Alerting: Add missing custom title and description fields in Kafka contact point (#57361) 2022-10-27 15:25:54 +02:00
kafka.go Alerting: Add missing custom title and description fields in Kafka contact point (#57361) 2022-10-27 15:25:54 +02:00
line_test.go Alerting: Add missing custom title and description to Line contact point (#57388) 2022-10-27 15:27:04 +02:00
line.go Alerting: Add missing custom title and description to Line contact point (#57388) 2022-10-27 15:27:04 +02:00
opsgenie_test.go Optional custom title and description for OpsGenie (#50131) 2022-06-08 17:55:31 -03:00
opsgenie.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
pagerduty_test.go Alerting: Change handling of settings to pagerduty contact point (#57524) 2022-10-27 16:20:10 +02:00
pagerduty.go Alerting: Change handling of settings to pagerduty contact point (#57524) 2022-10-27 16:20:10 +02:00
pushover_test.go Alerting: Add custom title to pushover contact point (#57530) 2022-10-27 19:07:01 +02:00
pushover.go Alerting: Add custom title to pushover contact point (#57530) 2022-10-27 19:07:01 +02:00
sensugo_test.go Alerting: Change __alertScreenshotToken__ to __alertImageToken__ (#50771) 2022-07-04 06:05:36 -04:00
sensugo.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
slack_test.go Alerting: Remove duplicate Slack notification title (#58107) 2022-11-04 17:09:24 +01:00
slack.go Alerting: Remove duplicate Slack notification title (#58107) 2022-11-04 17:09:24 +01:00
teams_test.go Alerting: Fix width of Adapative Cards in Teams notifications (#53996) 2022-08-22 16:04:22 +01:00
teams.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
telegram_test.go Alerting: Update replacement of prometheus-alertmanager (#56519) 2022-10-07 17:10:20 +08:00
telegram.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
template_data.go Alerting: Append org ID to alert notification URLs (#57123) 2022-11-07 16:03:25 +00:00
testing.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
threema_test.go Add title and description to Threema contact point (#57429) 2022-10-27 16:11:38 +02:00
threema.go Add title and description to Threema contact point (#57429) 2022-10-27 16:11:38 +02:00
util_test.go Alerting: Change __alertScreenshotToken__ to __alertImageToken__ (#50771) 2022-07-04 06:05:36 -04:00
util.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00
victorops_test.go Alerting: Add title and description to VictorOps contact point (#57458) 2022-10-27 16:12:14 +02:00
victorops.go Alerting: Add title and description to VictorOps contact point (#57458) 2022-10-27 16:12:14 +02:00
webex_test.go Alerting: Implement the Webex notifier (#58480) 2022-11-11 17:27:13 +00:00
webex.go Alerting: Implement the Webex notifier (#58480) 2022-11-11 17:27:13 +00:00
webhook_test.go Alerting: Add title and description to Webhook contact point (#58058) 2022-11-03 10:52:07 +01:00
webhook.go Alerting: Add title and description to Webhook contact point (#58058) 2022-11-03 10:52:07 +01:00
wecom_test.go Alerting: Add support for wecom apiapp (#55991) 2022-10-19 12:17:37 +08:00
wecom.go Find-and-replace 'err' logs to 'error' to match log search conventions (#57309) 2022-10-19 17:36:54 -04:00