Back to the list of connectors
IPMI
Description
Gives environmental information (temperatures, fans, etc.) on several IPMI-enabled servers in-band and out-of-band.
Connector ID: IpmiTool
This connector is superseded by:
- CpMgServNT
- DelliDRACREST
- DellOpenManage
- Director52Linux
- Director52NT
- Director5Linux
- Director5NT
- Director61Linux
- Director61NT
- HPEGen10IloREST
- HPEGen9IloREST
- HPInsightwbem
- HPInsightwmi
- HuaweiiMana
- IntelBaseBrd5
- LenovoIMM
- ServerviewNT
- ServerviewNTv8
- ServerviewWBEM
- ServerviewWMI
- SunHwMon
- SunILOMSSH
- SunPrtpicl
- SunScSnapshot
- SuperMicro
- VMwareESX4i
- VMwareESXi
Target
Typical platform: Any system with IPMI
Operating systems: Linux, Oracle Solaris, Microsoft Windows, Out-of-Band
Prerequisites
Leverages: IPMI
Technology and protocols: IPMI
This connector requires advanced privileges on the managed host for the command below:
- ipmitool
This connector therefore needs to run as root or you need to configure a privilege-escalation mechanism like sudo on the managed host to allow the monitoring account to run the command listed above.
Sample of /etc/sudoers to allow the above command to be run as root by the hwsagent account:
hwsagent ALL=(root) NOPASSWD: ipmitool
Examples
CLI
hws HOSTNAME -t management -f IpmiTool --ipmi -u USERhws-config.yaml
hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: management
  selectedConnectors: [ IpmiTool ] # Optional, to load only this connector
  ipmi:
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt
# IPMI on Windows is accessed through WMI:
- target:
    hostname: <WIN_HOSTNAME>
    type: win
  wmi:
    username: <USERNAME>
    password: <PASSWORD>
# IPMI on Linux is accessed through SSH:
- target:
    hostname: <LINUX_HOSTNAME>
    type: linux
  ssh:
    username: <USERNAME>
    password: <PASSWORD>
    useSudo: true
Connector Activation Criteria
The IPMI connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:
- The IPMI-related WMI classes are populated on Windows,
- OR ipmitoolworks properly with the local IPMI driver on Linux and Solaris,
- OR IPMI-over-LAN has been enabled as an out-of-band interface
Metrics
| Type | Collected Metrics | Specific Attributes (Labels) | 
|---|---|---|
| Enclosure | 
 | 
 | 
| Battery | 
 | 
 | 
| Blade | 
 | 
 | 
| Processor | 
 | 
 | 
| Fan | 
 | 
 | 
| LED | 
 |  | 
| Memory Module | 
 | 
 | 
| Other Device | 
 | 
 | 
| Physical Disk | 
 | 
 | 
| Power Supply | 
 | 
 | 
| Temperature Sensor | 
 | 
 | 
| Voltage Sensor | 
 | 
 |