Skip to content

added script for ipmitool chassis status metrics #12

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wtip
Copy link
Contributor

@wtip wtip commented Oct 25, 2019

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

@SuperQ
Copy link
Contributor

SuperQ commented Dec 2, 2019

Maybe better to add this to the ipmi_exporter.

@candlerb
Copy link
Contributor

candlerb commented Dec 6, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants