relrefs and minor edits
This commit is contained in:
parent
0163ca9365
commit
a0784346c1
2 changed files with 4 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ aliases = ["/docs/grafana-cloud/oncall/integrations/"]
|
|||
|
||||
# Connect to Grafana OnCall
|
||||
|
||||
Integrations allow you to connect monitoring systems of your choice to send alerts to Grafana OnCall. Regardless of where your alerts originate, you can configure alerts to be sent to Grafana OnCall for alert escalation and notification. Grafana OnCall receives alerts in JSON format via a POST request, OnCall then parses alert data using pre configured alert templates to determine alert grouping, apply routes, and determine correct escalation.
|
||||
Integrations allow you to connect monitoring systems of your choice to send alerts to Grafana OnCall. Regardless of where your alerts originate, you can configure alerts to be sent to Grafana OnCall for alert escalation and notification. Grafana OnCall receives alerts in JSON format via a POST request, OnCall then parses alert data using preconfigured alert templates to determine alert grouping, apply routes, and determine correct escalation.
|
||||
|
||||
There are many integrations that are directly supported by Grafana OnCall. Those that aren’t currently listed in the Integrations menu can be connected using the webhook integration and configured alert templates.
|
||||
|
||||
|
|
@ -58,7 +58,7 @@ To add a route to an integration using regular expression:
|
|||
4. Click **Create Route**.
|
||||
5. Select an escalation chain for “**IF** alert payload matches regex” and “**ELSE**” to specify where to route each type of alert.
|
||||
|
||||
To learn more about routes, refer to Configure Routes for Grafana OnCall (ADD RELREF)
|
||||
To learn more about routes, refer to [Configure and manage Routes]({{< relref " ../configure-routes/" >}})
|
||||
|
||||
|
||||
#### Edit integration name
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@ weight = 100
|
|||
|
||||
Grafana OnCall can connect directly to the monitoring services where your alerts originate. All currently available integrations are listed in the Grafana OnCall **Create Integration** section.
|
||||
|
||||
If the integration you're looking for isn't currently listed, see [Configure Webhook integrations for Grafana OnCall]({{< relref " ../add-webhook-integration/" >}}) to integration your monitoring system with Grafana OnCall.
|
||||
|
||||
The following integrations are currently available for Grafana Cloud OnCall and have documentation:
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue