docs: Add email notification configuration section to Docker README and add#22627
Draft
nedi-app[bot] wants to merge 1 commit into
Draft
docs: Add email notification configuration section to Docker README and add#22627nedi-app[bot] wants to merge 1 commit into
nedi-app[bot] wants to merge 1 commit into
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Add email notification configuration section to Docker README and add. Files changed: packaging/docker/README.md, src/health/notifications/email/metadata.yaml.
User Request
ich habe im docker-compose folgendes, sollte das nicht die lösung sein? environment: - SEND_EMAIL=YES - DEFAULT_RECIPIENT_EMAIL=philipp.moisel@gmail.com - EMAIL_SENDER="Netdata philipp.moisel@gmail.com"
Prompt (English)
How to configure email alerts via Gmail in Netdata Docker container using docker-compose environment variables vs health_alarm_notify.conf
Reason for Change
This change applies the specific user request using repository-truth evidence from the audit execution workspace.
Summary by cubic
Document how to configure email alerts in Netdata Docker containers and clarify that Docker env vars like
SEND_EMAIL,DEFAULT_RECIPIENT_EMAIL, andEMAIL_SENDERare ignored. Adds a step-by-step Docker README section usingmsmtprc+edit-configforhealth_alarm_notify.conf, includes a Docker Compose example, and adds the same warning tosrc/health/notifications/email/metadata.yaml.Written for commit 8c325af. Summary will update on new commits.