Grafana Integration
Overview
Grafana is an open-source analytics and observability platform widely used for monitoring metrics, logs, and traces. By configuring a Webhook contact point in Grafana Alerting, you can forward firing and resolved alerts directly to ITOC360 and trigger your on-call escalation policies in real time.
Provider Configuration & Mapping
ITOC360 uses the status field from Grafana's webhook payload to determine the alert type.
firing
ALERT
resolved
RESOLVE
Priority is read from the severity label on your Grafana alert rule. The supported values and their mappings are:
info
LOW
warning
MEDIUM
critical
CRITICAL
To use priority mapping, add a severity label to your Grafana alert rule with one of the values above. If no severity label is present, the alert will default to MEDIUM priority.
Setup Instructions
Step 1: Get Your Webhook URL
Log in to your ITOC360 platform.
Go to Sources → Add Source.
Select Grafana as your provider.
Save the configuration and copy the generated Webhook URL and Token.
Step 2: Open Notification Configuration
Log in to your Grafana instance.
From the left sidebar, go to Alerts & IRM → Alerting → Notification configuration.
Make sure you are on the Contact points tab.

Step 3: Create a Contact Point
Click + New contact point in the top right corner.
Fill in the form:
Name:
itoc360Integration: Select
Webhookfrom the dropdown.URL: Paste your webhook URL in the following format:
HTTP Method:
POSTExtra Headers:
x-itoc360-token
Leave all other fields as default.


Step 4: Test the Contact Point
Click the Test button in the top right of the form.
A dialog will appear — click Send test notification.
A green Test notification sent successfully message confirms the payload reached ITOC360.

Click Save contact point.
Step 5: Set as Default Notification Policy
Switch to the Notification policies tab.
On the Default policy row, click More → Edit.
In the Edit route dialog, click the Default contact point dropdown and select
itoc360.


Click Update policy.
From this point on, all firing alerts in Grafana will be routed to ITOC360. Each alert rule you create will automatically notify your on-call team based on your escalation policies.
Last updated
Was this helpful?

