No commit activity in last 3 years
No release in over 3 years
This plugin provides facilities for monitoring IPMI sensors
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 0.10.0
 Project Readme

Sensu plugin for monitoring IPMI sensors

A sensu plugin to monitor IPMI sensors.

The plugin generates multiple OK/WARN/CRIT/UNKNOWN events via the sensu client socket (https://sensuapp.org/docs/latest/clients#client-socket-input) so that you do not miss state changes when monitoring multiple sensors.

Usage

The plugin accepts the following command line options:

Usage: check-ipmi-sensors.rb (options)
        --driver <driver>            IPMI driver (default: auto)
        --handlers <HANDLERS>        Comma separated list of handlers
    -H, --host <HOST>                IPMI host (default: localhost)
        --ignore-sensor <SENSOR>     Comma separated list of IPMI sensors to ignore
        --ignore-sensor-regex <SENSOR>
                                     Comma separated list of IPMI sensors to ignore (regex)
    -p, --password <PASSWORD>        IPMI password (required)
        --provider <PROVIDER>        IPMI provider (default: auto)
        --sensor <SENSOR>            Comma separated list of IPMI sensors (default: ALL)
        --sensor-regex <SENSOR>      Comma separated list of IPMI sensors (regex)
    -u, --user <USER>                IPMI username (required)
    -w, --warn                       Warn instead of throwing a critical failure

Use the --handlers command line option to specify which handlers you want to use for the generated events.

Author

Matteo Cerutti - matteo.cerutti@hotmail.co.uk