node-exporter-textfile-collector-scripts icon indicating copy to clipboard operation
node-exporter-textfile-collector-scripts copied to clipboard

added script for ipmitool chassis status metrics

Open wtip opened this issue 6 years ago • 2 comments

Example output of metrics below:

# HELP node_ipmi_chassis_fault Chassis Fault sensor reading from ipmitool
# TYPE node_ipmi_chassis_fault gauge
node_ipmi_chassis_fault{sensor="Drive Fault"} 0.000000
node_ipmi_chassis_fault{sensor="Power Control Fault"} 0.000000
node_ipmi_chassis_fault{sensor="Main Power Fault"} 0.000000
node_ipmi_chassis_fault{sensor="Cooling/Fan Fault"} 0.000000

On Dell poweredge servers I've only seen this trigger the drive fault sensor

wtip avatar Oct 25 '19 13:10 wtip

Maybe better to add this to the ipmi_exporter.

SuperQ avatar Dec 02 '19 13:12 SuperQ

I have started using this chassis script - it's useful, thank you, and I'd like it to be included in this repository.

These ipmi scripts avoid having to run and scrape another service. Also generating textfile-collector output from cron avoids any issue around running ipmi_exporter as root or with sudo privileges.

candlerb avatar Dec 06 '19 21:12 candlerb