Skip to main content
Version: Unreleased

Creating new channel

Channels can be easily managed from channels page:

Create channel

Available channels

Email

You can use your own mail settings to send and receive emails.

Create channel

Channel config - Email

PropertyDescriptionMandatory
Channel NameGive your channel a name to identify it laterYes
HostThe SMTP server hostYes
PortThe SMTP server portYes
Auth UserThe username for SMTP authenticationYes
Auth PassThe password for SMTP authenticationYes
FromThe sender's email addressYes
ToThe recipient's email address, who will receive the emailsYes

Example

You can use your own Gmail account, first create google app password:

  1. Navigate to https://myaccount.google.com/apppasswords

  2. Give your password a name

Email app password

  1. Copy the generated app password without whitespaces to use it later

Email app password 2

Now you can fill in the data in monitor dashboard

PropertyDescription
Channel NamePrimary email notifications
Hostsmtp.gmail.com
Port465
Auth User{email}@gmail.com
Auth Pass{password}
From{email}@gmail.com
To{email}@gmail.com

Testing

  1. Clicking on test channel notification button

Send Test Email

  1. Modify the message if needed then click send

Send Test Email 2


SNMP

SNMP (Simple Network Management Protocol) is used to send alerts and notifications to SNMP managers.

Create snmp channel

Channel config - SNMP

PropertyDescriptionMandatory
Channel NameGive your channel a name to identify it laterYes
HostThe SNMP manager's host addressYes
CommunityThe SNMP community string for authenticationYes
Trap PortThe port used for SNMP trapsYes

You can test it the same way from Email


API

You can add an endpoint to send the notification directly to it. The method type is POST

Create api channel

Channel config - API

PropertyDescriptionMandatory
Channel NameGive your channel a name to identify it laterYes
Post Urlthe API endpointYes

You can test it the same way from Email. Then your endpoint should expect a body like the following:

{
"title": "Test Notification",
"content": "This is a test notification.",
"severity": "low"
}

Matrix

Send notifications to specific Matrix room.

Create matrix channel

Channel config - Matrix

PropertyDescriptionMandatory
Channel NameGive your channel a name to identify it laterYes
Base UrlThe base URL of the Matrix serverYes
Access TokenThe access token for authenticating requestsYes
Room IdThe ID of the Matrix room to send notifications toYes

You can test it the same way from Email.


Browser

Send notifications to current browser.

Create browser channel

Every browser can only have one channel. If the current browser already have a subscription you will see this warning:

browser channel warning

Channel config - Browser

PropertyDescriptionMandatory
Channel NameGive your channel a name to identify it laterYes

You can test it the same way from Email. Notifications are sent when monitor tab is active.

Edit channel

You can edit channel by clicking edit button

channel edit

Delete channel

You can delete channel by clicking delete button

channel delete