master
yaml 55 lines 1.99 KB
Raw
1 # yamllint disable rule:line-length
2 ---
3 - id: "notify-ilert"
4 meta:
5 name: "ilert"
6 link: "https://www.ilert.com/"
7 categories:
8 - notify.agent
9 icon_filename: "ilert.svg"
10 keywords:
11 - ilert
12 overview:
13 notification_description: |
14 ilert is an alerting and incident management tool. It helps teams reduce response times by enhancing monitoring and ticketing tools with reliable alerts, automatic escalations, on-call schedules, and features for incident response, communication, and status updates.
15 Sending notification to ilert via Netdata's Agent alert notification feature includes links, images and resolving of corresponding alerts.
16 notification_limitations: ""
17 setup:
18 prerequisites:
19 list:
20 - title: ""
21 description: |
22 - A Netdata alert source in ilert. You can create a [Netdata alert source](https://docs.ilert.com/inbound-integrations/netdata) in [ilert](https://www.ilert.com/).
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_ILERT"
34 default_value: "YES"
35 description: "Set `SEND_ILERT` to YES"
36 required: true
37 - name: "ILERT_ALERT_SOURCE_URL"
38 default_value: ""
39 description: "Set `ILERT_ALERT_SOURCE_URL` to your Netdata alert source url in ilert."
40 required: true
41 examples:
42 folding:
43 enabled: true
44 title: ""
45 list:
46 - name: "Basic Configuration"
47 folding:
48 enabled: false
49 description: ""
50 config: |
51 SEND_ILERT="YES"
52 ILERT_ALERT_SOURCE_URL="https://api.ilert.com/api/v1/events/netdata/{API-KEY}"
53 troubleshooting:
54 problems:
55 list: []