| Age | Commit message (Collapse) | Author |
|
The title will be displayed for window title and as the heading in
the status page.
While at it, remove the status column on the Down History section, since
the value is static.
|
|
To minimize defining the same templates in notification, user can set
default down and up templates under the default section.
|
|
In the server configuration, one can defined the following section
to send the notification using Mattermost,
[notif]
kind = mattermost
webhook_url = # The incoming webhook URL.
channel = # The channel where the notification will be placed.
down_template = # Message template when service is down.
up_template = # Message template when service is up.
|
|
Options means optional, while the field in struct may contains
mandatory or must not be empty.
|