icelander / mattermost-plugin-alertmanager

AlertManager Bot for Mattermost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlertManager Plugin CircleCI branch

This plugin is the AlertManager bot for Mattermost.

Forked and inspired on https://github.com/metalmatze/alertmanager-bot the alertmanager for Telegram. Thanks so much @metalmatze

Some features:

  • Receive the Alerts via webhook
  • Can list existing alerts
  • Can list existing silences
  • Can expire a silence

TODO:

  • Create silences
  • Create alerts
  • List expired silences

Supported Mattermost Server Versions: 5.6+

Installation

  1. Go to the releases page of this GitHub repository and download the latest release for your Mattermost server.
  2. Upload this file in the Mattermost System Console > Plugins > Management page to install the plugin, and enable it. To learn more about how to upload a plugin, see the documentation.

Next, to configure the plugin, follow these steps:

  1. After you've uploaded the plugin in System Console > Plugins > Management, go to the plugin's settings page at System Console > Plugins > Statuspage.
  2. Specify the team and channel to send messages to. For each, use the URL of the team or channel instead of their respective display names.
  3. Select the username that this plugin is attached to. You may optionally create a new user account for your Statuspage plugin, which can act as a bot account posting Statuspage updates to a Mattermost channel.
  4. Specify the AlertManager Server URL
  5. Generate the Token that will be use to validate the requests
  6. Hit Save.
  7. Next, copy the Token above the Save button, which is used to configure the plugin for your Statuspage account.
  8. Go to your Alermanager configuration, paste the following webhook URL and specfiy the name of the service and the token you copied in step 9.
https://SITEURL/plugins/com.cpanato.alertmanager/api/webhook?token=TOKEN

Plugin in Action

alertmanager-bot-1

alertmanager-bot-2

alertmanager-bot-3

About

AlertManager Bot for Mattermost

License:Apache License 2.0


Languages

Language:Go 78.1%Language:Makefile 19.5%Language:Shell 2.4%