check_redfish

A monitoring/inventory plugin to check components and health status of systems which support Redfish. It will also create a inventory of all components of a system.

Release 1.2.0: improved plugin output and more mature inventory

Features:

  • BMC check will return a "WARNING" if BMC interfaces uses "half-duplex"
  • adds inventory_file cli option to write inventory to a file, also included in icinga2 config files #36 / #38
  • renames inventory items and changes inventory structure slightly #37
  • adds further support for multiple chassis, systems and managers #40
  • enhances handling of session files for different users #46
  • sort firmware output for some systems #43
  • adds missing firmware entries (power supply, disk) to firmware inventory #42
  • changes status output to always add a summary as first entry if status returns OK #34
  • adds Grafana dashboard to use in panels in icingaweb2 #52

Bugfixes:

  • fixes DELL DIMM sensors on older systems without slot collections #26
  • fixing missing Manager field info on iLO 5 >2.3.0 #41
  • fixes output for partly retrieved components #40
  • fixes session file permissions to be always set to 0600 #46
  • fixes an issue with wrongly reported DELL CPU status #40
  • fixes Dell Storeage controller output. Avoid duplicate listing #40
  • fixes Lenovo vendor detection on nower BMC firmware versions #40
  • fixes an issue with HPE log timestamps "0000-00-00T00:00:00Z" #49
  • fixes an error where installed memory was wrongly reported on DELL systems #48

check_redfish-v1.2.0.tar.gz

Release tarball
application/gzip 2021-04-01 Download from Github

Release 1.1.0: Enhanced DELL support and small bug fixes

  • add additional parsing of Dell Sensors on --info check #26
  • add --inventory_id cli option to add identifier to inventory metadata #33
  • add cli option --nosession to avoid session file creation #30
  • change handling of warning and critical CLI options for event logs #32
  • support pagination for all collections in all requests #28
  • fixes a problem with unset network adapter name and model #21
  • fixes a problem with unavailable LogServices on Huawei systems #23
  • fixes a problem with duplicate fan IDs on Dell systems #18

check_redfish-v1.1.0.tar.gz

Release tarball
application/gzip 2020-11-23 Download from Github

Release 1.0.0: Inventory and Cisco support are here

  • Added Inventory option #6
  • Split most of the code into a module #9
  • Added Support for Cisco server #12
  • Added support for Dell PowerEdge R7515 #14
  • Added storage battery status to health output for HPE iLO 5 systems #17
  • Added Management Event Log support for Huawei systems #16
  • Enhanced network adapter support #10
  • Added icinga2 director config basket
  • Treat power supplies with Status.Health = None and State = Enabled as OK
  • Changed shebang from python3.6 to python3
  • Fixed quite some bugs and refactored most of the code

check_redfish-v1.0.0.tar.gz

Release tarball
application/gzip 2020-04-23 Download from Github