grafana/docs/sources/alerting/manage-notifications/view-notification-errors.md
Jack Baldry c1c48dd610
Use relative aliases for all non-current Grafana aliases (#60062)
* 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 aliases from shared pages

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Rewrite all current latest aliases to be next

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Fix typo in latest alias

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 -Ez -i 's#\n((aliases:\n *-)|aliases:\n)#\n\2#' {} \;

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Prettier

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-12-09 12:36:04 -04:00

1.1 KiB

keywords title weight
grafana
alerting
notification
errors
contact points
View notification errors 150

View notification errors

View notification errors and understand why they failed to be sent or were not received.

Note: This feature only works if you are using Grafana Alertmanager.

To view notification errors, complete the following steps.

  1. Navigate to Alerting -> Contact points.

    If any contact points are failing, a message at the right-hand corner of the screen alerts the user to the fact that there are errors and how many.

  2. Click on the contact point to view the details of errors for each contact point.

    Error details are displayed if you hover over the Error icon.

    If a contact point has more than one integration, you see all errors for each of the integrations listed.

  3. In the Health column, check the status of the notification.

    This can be either OK, No attempts, or Error.

Receivers API