2022-10-27 18:19:03 +08:00
|
|
|
---
|
2023-07-18 18:29:00 +08:00
|
|
|
canonical: https://grafana.com/docs/grafana/latest/alerting/manage-notifications/view-notification-errors/
|
2023-12-12 19:02:58 +08:00
|
|
|
description: View notification errors and understand why they failed to be sent or were not received
|
2022-10-27 18:19:03 +08:00
|
|
|
keywords:
|
|
|
|
- grafana
|
|
|
|
- alerting
|
|
|
|
- notification
|
|
|
|
- errors
|
|
|
|
- contact points
|
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/enterprise-licensing pages to have 'Enterprise' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/recorded-queries pages to have labels cloud,enterprise
* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/stats-and-license pages to have labels cloud,enterprise
* Set alerting pages to have labels cloud,enterprise,oss
* Set breaking-changes pages to have labels cloud,enterprise,oss
* Set dashboards pages to have labels cloud,enterprise,oss
* Set datasources pages to have labels cloud,enterprise,oss
* Set explore pages to have labels cloud,enterprise,oss
* Set fundamentals pages to have labels cloud,enterprise,oss
* Set introduction/grafana-cloud pages to have labels cloud
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix introduction pages products
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set panels-visualizations pages to have labels cloud,enterprise,oss
* Set release-notes pages to have labels cloud,enterprise,oss
* Set search pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set troubleshooting pages to have labels cloud,enterprise,oss
* Set whatsnew pages to have labels cloud,enterprise,oss
* Apply updated labels from review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 16:10:12 +08:00
|
|
|
labels:
|
|
|
|
products:
|
|
|
|
- cloud
|
|
|
|
- enterprise
|
|
|
|
- oss
|
2022-10-27 18:19:03 +08:00
|
|
|
title: View notification errors
|
2023-01-11 16:44:01 +08:00
|
|
|
weight: 900
|
2022-10-27 18:19:03 +08:00
|
|
|
---
|
|
|
|
|
|
|
|
# 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.
|
|
|
|
|
|
|
|
## Useful links
|
2022-11-03 05:00:26 +08:00
|
|
|
|
2022-10-27 18:19:03 +08:00
|
|
|
[Receivers API](https://editor.swagger.io/?url=https://raw.githubusercontent.com/grafana/grafana/main/pkg/services/ngalert/api/tooling/post.json)
|