Alert Contacts
From Kolmisoft Wiki
Jump to navigationJump to search
Description
This page dedicated to create all Contacts to whom have to be sent notifications of Alerts. To get notifications, contacts should be assigned, at least, to one of Alert Groups.
Usage
Go to ADDONS –> Monitorings –> Alert Contacts
Here you will see list of all Alert Contacts
Insert data and click on
icon to create a contact or click
icon to change existing contact data.
- Active - enable/disable this Contact.
- Contact Name - name of this Contact.
- Time Zone - time zone that will be used in Alert Schedules.
- Email - email that will be used when sending Alert notifications.
- Webhook - HTTP/HTTPS URL that will be used to send Alert webhooks. URL can contain dynamic variables <%= alert_id %> (ID of the triggered Alert), <%= alert_name %> (name of the triggered Alerts) and <%= alert_status %> (status of the triggered Alert, either 'ALERT' or 'CLEAR'). For example:
https://example.com/hook?aid=<%= alert_id %>&name=<%= alert_name %>&status=<%= alert_status %>. - Comment - comment for this Contact.