check_disk_io
Monitoring plugin to check disk io with Icinga, Nagios and other compatible monitoring solutions
check_disk_io - Monitor disk io
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
Requirements
- Python >= 3.6
- Python Packages
Installation
PIP
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.
Debian/Ubuntu
Install the required packages
sudo apt-get install python3 python3-nagiosplugin python3-psutil
Copy the script check_disk_io.py
into your plugin directory.
Usage
To get the latest help just run the following command.
./check_disk_io.py --help
Resources
- 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
License
GPLv3+