3c68684dd2
* Use relative aliases for all non-current Grafana aliases Prevents non-latest documentation "stealing" the page away from latest and through permanent redirects for latest pages that no longer exist. The redirected pages are indexed by search engines but our robots.txt forbids them crawling the non-latest page. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> * Remove all current page aliases find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/next/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -z -i 's#\n *- /docs/grafana/latest/[^\n]*\n#\n#' {} \; find docs/sources -type f -name '*.md' -exec sed -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \; Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
1.4 KiB
1.4 KiB
aliases, keywords, title, weight
| aliases | keywords | title | weight | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Add contact point | 100 |
Add a contact point
Use contact points to define how your contacts are notified when an alert fires.
To add a contact point
- In the Grafana menu, click the Alerting (bell) icon to open the Alerting page listing existing alerts.
- Click Contact points to open the page listing existing contact points.
- Click New contact point.
- From the Alertmanager dropdown, select an Alertmanager. By default, Grafana Alertmanager is selected.
- In Name, enter a descriptive name for the contact point.
- From Contact point type, select a type and fill out mandatory fields. For example, if you choose email, enter the email addresses. Or if you choose Slack, enter the Slack channel(s) and users who should be contacted.
- Some contact point types, like email or webhook, have optional settings. In Optional settings, specify additional settings for the selected contact point type.
- In Notification settings, optionally select Disable resolved message if you do not want to be notified when an alert resolves.
- To add another contact point type, click New contact point type and repeat steps 6 through 8.
- Click Save contact point to save your changes.