Forked and reworked from https://github.com/hobbsh/check-idrac-sensor
Icinga / nagios check script utilizing racadm by ssh to check getsensorinfo endpoint
This check script uses racadm thought ssh, to check sensorinfo output from a Dell iDRAC without any further dependencies except paramiko.
paramiko ssh library
Clone the repo and move the check-idrac-sensor.py script to your Icinga / Nagios plugin directory
Below is the minimal usage. The default sensors (-s) are "all".
./check-idrac-sensor.py -H 192.168.1.120:22 -u root -p calvin
usage: check-idrac-sensor.py [-h] -H HOST:PORT -u USERNAME -p PASSWORD
[-s SENSOR] [-d DEBUG]
- If you encounter a problem, please open an issue and I will do my best to help
- Tested only on latest iDRAC version by ssh (8/9)
- Python2/3 compatible