Commit Graph

2 Commits

Author SHA1 Message Date
4e43563d06 fix: use apt instead of apk for Netdata Dockerfile
Netdata container is Debian-based, not Alpine. Updated package
manager from apk to apt-get for installing msmtp packages.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 19:27:36 +01:00
7b2c202acc feat: add msmtp to Netdata for email alerts
Created custom Dockerfile for Netdata container that includes msmtp
and msmtp-mta packages for sending email notifications.

Changes:
- Added netdata/Dockerfile extending netdata/netdata:latest
- Installed msmtp, msmtp-mta, and ca-certificates via apk
- Set proper permissions (600) for msmtprc config file
- Updated compose.yaml to build from custom Dockerfile

This enables Netdata to send health alarm notifications via email
using the IONOS SMTP configuration in msmtprc.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-08 19:27:06 +01:00