Checkmk
to checkmk.com

1. Function

Mattermost is the self-hosted open source alternative to Slack, which can also be provided with notifications via webhook.

If you have just set up the Mattermost server, webhooks will already be active. However you can also enable them later in the Mattermost System Console — i.e. the server’s administration interface — under Integrations > Integration Management.

Another prerequisite is that you have at least one group — otherwise you will not be able to access the Web Client view at all. Proceed as follows:

  1. In the group view, open Integrations from the main menu.

  2. Create a new webhook via Incoming Webhooks > Add Incoming Webhook.

  3. Enter a name and description as required, and select the channel for the postings with the notifications.

With these actions the webhook URL will be generated — copy this URL for use in the next step.

2. Configuration in Checkmk

You have already learned how to set up Checkmk notifications in general in the article about notifications. As with Slack, an activation in Checkmk now only requires the webhook URL:

  1. For the Notification Method choose Slack or Mattermost.

  2. Enter the copied webhook URL.

notifications mattermost

Optionally, you may specify URL prefixes to control links on your Checkmk GUI within the notification. Instead of specifying the webhook URL directly here, you can also use Checkmk’s password store and read the URL from one of its entries.

For testing you can use the Fake check results and Custom notification commands.

On this page