| 1 | # yamllint disable rule:line-length |
| 2 | --- |
| 3 | - id: "notify-signl4" |
| 4 | meta: |
| 5 | name: "SIGNL4" |
| 6 | link: "https://www.signl4.com/" |
| 7 | categories: |
| 8 | - notify.agent |
| 9 | icon_filename: "signl4.svg" |
| 10 | keywords: |
| 11 | - signl4 |
| 12 | overview: |
| 13 | notification_description: | |
| 14 | SIGNL4 offers critical alerting, incident response and service dispatching for operating critical infrastructure. It alerts you persistently via app push, SMS text, voice calls, and email including tracking, escalation, on-call duty scheduling and collaboration. |
| 15 | You can send notifications to SIGNL4 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 inbound webhook in SIGNL4 |
| 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_SIGNL4" |
| 34 | default_value: 'YES' |
| 35 | description: "Set `SEND_SIGNL4` to YES" |
| 36 | required: true |
| 37 | - name: 'SIGNL4_WEBHOOK_URL' |
| 38 | default_value: '' |
| 39 | description: "set `SIGNL4_WEBHOOK_URL` to your SIGNL4 webhook URL." |
| 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_SIGNL4="YES" |
| 52 | SIGNL4_WEBHOOK_URL="https://connect.signl4.com/webhook/xxxxxxxx" |
| 53 | troubleshooting: |
| 54 | problems: |
| 55 | list: [] |