diff --git a/notifiers/mattermost.go b/notifiers/mattermost.go index b5813c74..02e48630 100644 --- a/notifiers/mattermost.go +++ b/notifiers/mattermost.go @@ -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 Mattermost API.", diff --git a/notifiers/notifiers.go b/notifiers/notifiers.go index 54fa7aa6..b46c9845 100644 --- a/notifiers/notifiers.go +++ b/notifiers/notifiers.go @@ -26,6 +26,7 @@ type replacer struct { func InitNotifiers() { Add( slacker, + mattermost, Command, Discorder, email,