Skip to content

Commit

Permalink
Ingest new documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
netdatabot authored and github-actions[bot] committed Jan 8, 2025
1 parent 61815b7 commit 80f6799
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ Send notifications via Email using Netdata's Agent alert notification feature, w

- A working sendmail command is required for email alerts to work. Almost all MTAs provide a sendmail interface. Netdata sends all emails as user netdata, so make sure your sendmail works for local users.
- Access to the terminal where Netdata Agent is running
- When running Netdata with Docker Compose the emails are sent with `msmtp`, and you need a basic configuration for it to work.

- Add a [msmtprc](https://marlam.de/msmtp/msmtprc.txt) config file on your Docker root folder, and edit it according to your needs.
- Link it into your Netdata container with this:

```yaml
volumes:
- /path/to/netdata-docker/msmtprc:/etc/msmtprc:ro
```
- Update your container with `docker compose up -d`.



Expand Down

0 comments on commit 80f6799

Please sign in to comment.