Get started with Opsgenie as a user
Learn how to configure your profile, get notifications from Opsgenie and view on-call schedules.
Opsgenie’s Sysdig Cloud integration enables Sysdig Cloud users to take advantage of Opsgenie’s advanced alert & notifications management capabilities such as escalations, on-call schedule management, and extensive alert notification controls.
If you're using Opsgenie's Free or Essentials plan or if you’re using Opsgenie with Jira Service Management's Standard plan, you can add this integration from your team dashboard only. The Integrations page under Settings is not available in your plan.
Go to Teams and select your team.
Select Integrations on the left navigation and then select Add integration.
Adding the integration from your team dashboard will make your team the owner of the integration. This means Opsgenie will assign the alerts received through this integration to your team only. Follow the rest of the steps in this section to set up the integration.
Go to Settings > Integrations. Search for Sysdig Cloud and select Add.
Specify who is notified of Sysdig Cloud alerts using the Responders field. Auto-complete suggestions are provided as you type.
Copy the API Key.
Select Save Integration.
In Sysdig Cloud, go to Notification Channels under Settings.
Click Add Notification Channel and Opsgenie respectively.
3. Paste integration API Key copied previously into the API Key field.
4. Type a Channel Name.
5. Make sure Enabled and Test notification is active and click SAVE.
6. Go to Alerts from Opsgenie navigation and check if test alert is created.
7. Go to Alerts tab of Sysdig Cloud.
8. Choose an alert, enable Opsgenie integration under Notify section and click SAVE.
9. Enable selected alert.
JSON
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"timestamp": 1552549316624000,
"timespan": 600000000,
"alert": {
"severity": 2,
"editUrl": "https://app.sysdigcloud.com/#/alerts/5757",
"scope": "host.mac = \"08:00:27:70:1a:03\"",
"name": "TEST ALERT: Testing Notification Channel Test",
"description": "Alert description",
"id": 5757
},
"event": {
"id": 8724,
"url": "https://app.sysdigcloud.com/#/events/notifications/l:604800/8724/details",
"username": "test@opsgenie.com"
},
"state": "ACTIVE",
"resolved": false,
"entities": [
{
"entity": "host.mac = '08:00:27:70:1a:03' and container.name = 'container1_0'",
"metricValues": [
{
"metric": "cpu.used.percent",
"aggregation": "avg",
"groupAggregation": "avg",
"value": 90.67236455788036
}
],
"additionalInfo": [
{
"metric": "host.hostName",
"value": "Host-0"
}
]
}
],
"condition": "avg(cpu.used.percent) > 85",
"source": "Sysdig Cloud"
}
Was this helpful?