You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6. Enjoy! Check our [OSS docs](https://grafana.com/docs/grafana-cloud/oncall/open-source/) if you want to set up Slack, Telegram, Twilio or SMS/calls through Grafana Cloud.
docker-compose --env-file .env_hobby -f docker-compose.yml up -d --remove-orphans
68
+
```
69
+
70
+
After updating the engine, you'll also need to click the "Update" button on the [plugin version page](http://localhost:3000/plugins/grafana-oncall-app?page=version-history).
71
+
See [Grafana docs](https://grafana.com/docs/grafana/latest/administration/plugin-management/#update-a-plugin) for more info on updating Grafana plugins.
Copy file name to clipboardExpand all lines: docs/sources/integrations/configure-outgoing-webhooks.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,8 @@ To automatically send alert data to a destination URL via outgoing webhook:
32
32
33
33
The format you use to call the variables must match the structure of how the fields are nested in the alert payload. The **Data** field can use the following four variables to auto-populate the webhook payload with information about the first alert in the alert group:
34
34
35
-
-`{{ alert_title }}`
36
-
-`{{ alert_message }}`
37
-
-`{{ alert_url }}`
38
35
-`{{ alert_payload }}`
36
+
-`{{ alert_group_id }}`
39
37
<br>
40
38
41
39
`alert_payload` is always the first level of any variable you want to call.
Copy file name to clipboardExpand all lines: docs/sources/open-source.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,11 @@ Check the [helm chart](https://github.com/grafana/oncall/tree/dev/helm/oncall) f
29
29
30
30
We'll always be happy to provide assistance with production deployment in [our communities](https://github.com/grafana/oncall#join-community)!
31
31
32
+
## Update Grafana OnCall OSS
33
+
To update an OSS installation of Grafana OnCall, please see the update docs:
The Slack integration for Grafana OnCall leverages Slack API features to provide a customizable and useful integration. Refer to the following steps to configure the Slack integration:
0 commit comments