master
yaml 60 lines 2.25 KB
Raw
1 # yamllint disable rule:line-length
2 ---
3 - id: 'notify-opsgenie'
4 meta:
5 name: 'OpsGenie'
6 link: 'https://www.atlassian.com/software/opsgenie'
7 categories:
8 - notify.agent
9 icon_filename: 'opsgenie.png'
10 keywords:
11 - OpsGenie
12 overview:
13 notification_description: |
14 Opsgenie is an alerting and incident response tool. It is designed to group and filter alarms, build custom routing rules for on-call teams, and correlate deployments and commits to incidents.
15 You can send notifications to Opsgenie using Netdata's Agent alert notification feature, which supports dozens of endpoints, user roles, and more.
16 notification_limitations: ''
17 setup:
18 prerequisites:
19 list:
20 - title: ''
21 description: |
22 - An Opsgenie integration. You can create an [integration](https://docs.opsgenie.com/docs/api-integration) in the [Opsgenie](https://www.atlassian.com/software/opsgenie) dashboard.
23 - Access to the terminal where Netdata Agent is running
24 configuration:
25 file:
26 name: 'health_alarm_notify.conf'
27 options:
28 description: 'The following options can be defined for this notification'
29 folding:
30 title: 'Config Options'
31 enabled: true
32 list:
33 - name: 'SEND_OPSGENIE'
34 default_value: 'YES'
35 description: "Set `SEND_OPSGENIE` to YES"
36 required: true
37 - name: 'OPSGENIE_API_KEY'
38 default_value: ''
39 description: "Set `OPSGENIE_API_KEY` to your API key."
40 required: true
41 - name: 'OPSGENIE_API_URL'
42 default_value: 'https://api.opsgenie.com'
43 description: "Set `OPSGENIE_API_URL` to the corresponding URL if required, for example there are region-specific API URLs such as `https://eu.api.opsgenie.com`."
44 required: false
45 examples:
46 folding:
47 enabled: true
48 title: ''
49 list:
50 - name: 'Basic Configuration'
51 folding:
52 enabled: false
53 description: ''
54 config: |
55 SEND_OPSGENIE="YES"
56 OPSGENIE_API_KEY="11111111-2222-3333-4444-555555555555"
57 OPSGENIE_API_URL=""
58 troubleshooting:
59 problems:
60 list: []