- Download and install
curl -ks https://raw.githubusercontent.com/ovc/iostat_alert/main/(uname -o)/install | sh
- Source your .profile
source ~/.profile
- Check once
iostat_alert check
- Test mail
iostat_alert testmail
- Monitoring as a service with email notifications (by default once in 20 min)
This will add a string to your cron daemon
iostat_alert setup
# 10 0 * * * /root/bin/iostat_alert stop >/dev/null 2>&1; /root/bin/iostat_alert start >/dev/null 2>&1
You can change default configuration by editing iostat_alert
itself with your favorite VIM editor.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/ovc/iostat_alert
sendEmail: https://github.com/mogaal/sendemail