mirror of https://github.com/statping/statping
Add mattermost to list
parent
19193b4922
commit
ac4b52dcdb
|
@ -28,7 +28,7 @@ func (s *mattermost) Select() *notifications.Notification {
|
|||
return s.Notification
|
||||
}
|
||||
|
||||
var mattermoster = &mattermost{¬ifications.Notification{
|
||||
var mattermost = &mattermost{¬ifications.Notification{
|
||||
Method: mattermostMethod,
|
||||
Title: "Mattermost",
|
||||
Description: "Send notifications to your mattermost channel when a service is offline. Insert your Incoming webhook URL for your channel to receive notifications. Based on the <a href=\"https://docs.mattermost.com/developer/webhooks-incoming.html\">Mattermost API</a>.",
|
||||
|
|
|
@ -26,6 +26,7 @@ type replacer struct {
|
|||
func InitNotifiers() {
|
||||
Add(
|
||||
slacker,
|
||||
mattermost,
|
||||
Command,
|
||||
Discorder,
|
||||
email,
|
||||
|
|
Loading…
Reference in New Issue