AWS EC2 Monitoring Dashboard
No servers configured. Click "Add Server" to get started.
No Docker containers found. Make sure Docker socket is mounted.
Email notifications will be sent for urgent issues only:
Not sent: Warning and Heavily Loaded states (visible in dashboard only)
Note: You won't receive duplicate alerts for the same issue within 1 hour.
| SMTP Host: | - |
| SMTP Port: | - |
| From Address: | - |
| Alert To: | - |
To enable email alerts, add these environment variables to your .env file:
# SMTP Server Settings SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_SECURE=false SMTP_USER=your-email@gmail.com SMTP_PASS=your-app-password # Email Addresses SMTP_FROM=Server Monitor <your-email@gmail.com> ALERT_EMAIL_TO=alerts@yourdomain.com # Multiple recipients (comma-separated) # ALERT_EMAIL_TO=admin@example.com,ops@example.com,alerts@example.com
After updating your .env file, restart the container with:
docker compose restart server-monitor