Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
diskmon-mail-linux-aarch64.zip | 2025-07-05 | 3.2 MB | |
diskmon-mail-linux-arm.zip | 2025-07-05 | 2.7 MB | |
diskmon-mail-linux-armv7.zip | 2025-07-05 | 2.6 MB | |
diskmon-mail-linux-x86_64.zip | 2025-07-05 | 3.0 MB | |
diskmon-mail-windows-x86_64.zip | 2025-07-05 | 2.9 MB | |
DiskMon-Mail v0.1.0 source code.tar.gz | 2025-07-05 | 8.8 kB | |
DiskMon-Mail v0.1.0 source code.zip | 2025-07-05 | 11.0 kB | |
README.md | 2025-07-05 | 1.6 kB | |
Totals: 8 Items | 14.5 MB | 0 |
DiskMon-Mail v0.1.0 – Initial Release
DiskMon-Mail is a lightweight, cross-platform disk space monitoring tool that sends email alerts when disk space falls below a configurable threshold. Perfect for sysadmins who need reliable, automated disk monitoring across Windows, Linux, and ARM-based systems.
Highlights
- Cross-Platform: Binaries for Windows, Linux (x86_64, ARM64, ARM32), and Raspberry Pi.
- Automated Email Alerts: Get notified when disk space drops below your configured threshold.
- Easy Configuration: Simple YAML config file for all settings.
- SMTP Support: Works with Gmail, Office 365, and custom SMTP servers.
- Test Mode: Instantly test your email setup with
--force-mail
. - Robust Error Handling: Clear, actionable error messages.
- No Installation Required: Just download, configure, and run.
How to Use
- Download the binary for your platform from the assets below.
- Copy
config.example.yaml
toconfig.yaml
and edit with your settings. - Run the tool:
- Normal:
./diskmon-mail
- Test email:
./diskmon-mail --force-mail
See the README for full setup and automation examples.
Who is this for?
- System administrators
- DevOps engineers
- Anyone needing automated disk space monitoring and alerting
Known Issues
- Only local disks are monitored (network and removable drives are skipped).
- Ensure your SMTP credentials are correct for email alerts to work.
Thank you for trying DiskMon-Mail! For feedback, issues, or feature requests, please open an issue on GitHub.