Skip to content

Commit

Permalink
Merge pull request #2305 from netdata/ingest
Browse files Browse the repository at this point in the history
Ingest New Documentation
  • Loading branch information
Ancairon authored Jan 8, 2025
2 parents 61815b7 + 80f6799 commit 7925bc8
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 7925bc8

Please sign in to comment.