Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.06 KB

check-idrac-sensor

Build Status

Forked and reworked from https://github.com/hobbsh/check-idrac-sensor

Icinga / nagios check script utilizing racadm by ssh to check getsensorinfo endpoint

Purpose

This check script uses racadm thought ssh, to check sensorinfo output from a Dell iDRAC without any further dependencies except paramiko.

Requirements

paramiko ssh library

Installation

Clone the repo and move the check-idrac-sensor.py script to your Icinga / Nagios plugin directory

Usage

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]

Bugs

  • If you encounter a problem, please open an issue and I will do my best to help

Known Issues / Compatibility

  • Tested only on latest iDRAC version by ssh (8/9)
  • Python2/3 compatible