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

System notification improvements #1546

Merged
merged 2 commits into from
Oct 5, 2024
Merged

System notification improvements #1546

merged 2 commits into from
Oct 5, 2024

Conversation

jertel
Copy link
Owner

@jertel jertel commented Oct 5, 2024

Description

Adds a new config option: notify_all_errors, that when set to True (default is False) will send notifications in the event of any error. Previously, only rule-specific or alert-specific errors would allow notifications to be sent. With this change, background task errors, or even loss of connectivity to the backend data store can now be configured to have notifications sent.

Adds support to allow any of the included alerters to be used for delivering system error notifications. Previously, only unauthenticated emails could be sent. With this change, system errors can be delivered via Slack, PagerDuty, SMTPS, etc.

Deprecates the existing notify_email config option.

Checklist

  • I have reviewed the contributing guidelines.
  • I have included unit tests for my changes or additions.
  • I have successfully run make test-docker with my changes.
  • I have manually tested all relevant modes of the change in this PR.
  • I have updated the documentation.
  • I have updated the changelog.

Questions or Comments

@jertel jertel linked an issue Oct 5, 2024 that may be closed by this pull request
@nsano-rururu nsano-rururu merged commit e3fba4c into master Oct 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SMTPS
2 participants