This is a monitoring plugin for Icinga, Nagios and other compatible monitoring solutions to check the disk io. It uses the psutil Python package to get the required information and should work with the following operating systems.
- Linux
- Windows
- macOS
- FreeBSD, OpenBSD, NetBSD
- Sun Solaris
- AIX
- Python >= 3.6
- Python Packages
If you want to use pip we recommend to use as virtualenv to install the dependencies.
pip install -r requirements.txt
Copy the script check_disk_io.py
into your plugin directory.
Install the required packages
sudo apt-get install python3 python3-nagiosplugin python3-psutil
Copy the script check_disk_io.py
into your plugin directory.
To get the latest help just run the following command.
./check_disk_io.py --help
- Git-Repository: https://github.com/DinoTools/monitoring-check_disk_io
- Issues: https://github.com/DinoTools/monitoring-check_disk_io/issues
- Icinga Exchange: https://exchange.icinga.com/dinotools/check_disk_io
GPLv3+