Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: How-to disable grouping and resolution of alerts #1670

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions docs/docs/admin/monitoring/alerting.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Alerts in unexpected situations

If something doesn't work as expected, it's important that the system
If something doesn't work as expected, it's important that system
administrators will receive a notification.

We use the Grafana Alertmanager to send alerts for some pre-defined error
Expand All @@ -21,10 +21,16 @@ configure additional contact points depending on your needs.
A list of available contact points is available in the
[official Grafana documentation](https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/).
The list includes chat services like Microsoft Teams but also email and webhook
notifications.
notifications. In addition, we recommend to disable "Resolved" emails for the
configured contact points. The reason is that some alerts like failed jobs
can't be resolved which can lead to unclear messages.

!!! info "Configure SMTP server for email alerting"

For email alerting, you need to configure an SMTP server in the
`values.yaml` in the Helm chart. Have a look at the `alerting.email`
`values.yaml` of the Helm chart. Have a look at the `alerting.email`
configuration.

By default, alerts are grouped. If you want to disable grouping, edit the
default notification policy and set `...` as label for `Group by`:
![Notification policies](./notification_policy.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/docs/admin/monitoring/notification_policy.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
SPDX-License-Identifier: Apache-2.0
Loading