@cryptotaxi247 / netdata-1 / commits / be631cb19

Add opsgenie integration docs (#14828)

* docs: add opsgenie integration docs * update: opsgenie docs * update: add explanatory pic

Oleksandr Prokopovych committed Apr 6, 2023 at 19:19 UTC be631cb1993234bdcb28897b633eae29ec4144d7
1 file changed +37
docs/cloud/alerts-notifications/add-opsgenie-notification-configuration.md new
+37
@@ -0,0 +1,37 @@
1 +# Add Opsgenie notification configuration
2 +
3 +From the Cloud interface, you can manage your space's notification settings and from these you can add a specific configuration to get notifications delivered on Opsgenie.
4 +
5 +## Prerequisites
6 +
7 +To add Opsgenie notification configurations you need
8 +
9 +- A Netdata Cloud account
10 +- Access to the space as an **administrator**
11 +- Space on **Business** plan or higher
12 +- Have a permission to add new integrations in Opsgenie.
13 +
14 +## Steps
15 +
16 +1. Click on the **Space settings** cog (located above your profile icon)
17 +1. Click on the **Notification** tab
18 +1. Click on the **+ Add configuration** button (near the top-right corner of your screen)
19 +1. On the **Opsgenie** card click on **+ Add**
20 +1. A modal will be presented to you to enter the required details to enable the configuration:
21 + 1. **Notification settings** are Netdata specific settings
22 + - Configuration name - you can optionally provide a name for your configuration you can easily refer to it
23 + - Rooms - by specifying a list of Rooms you are select to which nodes or areas of your infrastructure you want to be notified using this configuration
24 + - Notification - you specify which notifications you want to be notified using this configuration: All Alerts and unreachable, All Alerts, Critical only
25 + 1. **Integration configuration** are the specific notification integration required settings, which vary by notification method. For Opsgenie:
26 + - API Key - a key provided on Opsgenie for the channel you want to receive your notifications. For more details check [how to configure this on Opsgenie](#settings-on-opsgenie)
27 +
28 +## Settings on Opsgenie
29 +
30 +To enable the Netdata integration on Opsgenie you need:
31 +1. Go to integrations tab of your team, click **Add integration**.
32 +
33 + ![image](https://user-images.githubusercontent.com/93676586/230361479-cb73919c-452d-47ec-8066-ed99be5f05e2.png)
34 +
35 +1. Pick **API** from available integrations. Copy your API Key and press **Save Integration**.
36 +
37 +1. Paste copied API key into the corresponding field in **Integration configuration** section of Opsgenie modal window in Netdata.
\ No newline at end of file