Menu

Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.

Enterprise Open source

Contact points

Contact points define where to send notifications about alerts that match a particular notification policy. A contact point can contain one or more contact point types, eg email, slack, webhook and so on. A notification will dispatched to all contact point types defined on a contact point. Templating can be used to customize contact point type message with alert data. Grafana alerting UI can be used to configure both Grafana managed contact points and contact points for an external Alertmanager if one is configured.

Grafana alerting UI allows you to configure contact points for the Grafana managed alerts (handled by the embedded Alertmanager) as well as contact points for an external Alertmanager if one is configured, using the Alertmanager dropdown.

Note: Currently the configuration of the embedded Alertmanager is shared across organisations. Therefore users are advised to use the new Grafana 8 Alerts only if they have one organisation otherwise contact points for the Grafana managed alerts will be visible by all organizations.

Add a contact point

  1. In the Grafana side bar, hover your cursor over the Alerting (bell) icon and then click Contact points.
  2. Click Add contact point.
  3. Enter a Name for the contact point
  4. Select contact point type and fill out mandatory fields. Optional settings can be expanded for more options.
  5. If you’d like this contact point to notify via multiple channels, for example both email and slack, click New contact point type and fill out additional contact point type details.
  6. Click Save contact point button at the bottom of the page.

Editing a contact point

  1. In the Grafana side bar, hover your cursor over the Alerting (bell) icon and then click Contact points.
  2. Find the contact point you want to edit in the contact points table and click the pen icon on the right side.
  3. Make any changes and click Save contact point button at the bottom of the page.

Deleting a contact point

  1. In the Grafana side bar, hover your cursor over the Alerting (bell) icon and then click Contact points.
  2. Find the contact point you want to edit in the contact points table and click the trash can icon on the right side.
  3. A confirmation dialog will open. Click Yes, delete.

Note You will not be able to delete contact points that are currently used by any notification policy. If you want to delete such contact point, you will have to first go to notification policies and delete the policy or update it to use another contact point.

List of notifiers supported by Grafana

NameType
DingDingdingding
Discorddiscord
Emailemail
Google Hangouts Chatgooglechat
Kafkakafka
Lineline
Microsoft Teamsteams
Opsgenieopsgenie
Pagerdutypagerduty
Prometheus Alertmanagerprometheus-alertmanager
Pushoverpushover
Sensusensu
Sensu Gosensugo
Slackslack
Telegramtelegram
Threemathreema
VictorOpsvictorops
Webhookwebhook
Zendutywebhook

Manage contact points for an external Alertmanager

Grafana alerting UI supports managing external Alertmanager configuration. Once you add an Alertmanager data source, a dropdown displays at the top of the page where you can select either Grafana or an external Alertmanager as your data source.

Select Alertmanager
Select Alertmanager

Edit Alertmanager global config

To edit global configuration options for an alertmanager, like SMTP server that is used by default for all email contact types:

  1. In the Grafana side bar, hover your cursor over the Alerting (bell) icon and then click Contact points.
  2. In the dropdown at the top of the page, select an Alertmanager data source.
  3. Click Edit global config button at the bottom of the page.
  4. Fill out the form and click Save global config.

Note this is only for external Alertmanagers. Some global options for Grafana contact types, like email settings, can be configured via Grafana configuration.