Skip to content
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

Research replacing dependency ipmitool with SNMP #19

Open
spoulson opened this issue Jan 25, 2022 · 1 comment
Open

Research replacing dependency ipmitool with SNMP #19

spoulson opened this issue Jan 25, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@spoulson
Copy link
Owner

I found that the Observium network monitoring system is able to extract the necessary temperature and fan speed metrics via SNMP out of the box. I should be able to find the MIB necessary to understand how to get these metrics and poll them via SNMP. This would be more streamlined as ipmitool is a special install requirement and it is slow to poll.

@spoulson spoulson added the enhancement New feature or request label Jan 25, 2022
@spoulson spoulson self-assigned this Jan 25, 2022
@spoulson
Copy link
Owner Author

SNMP MIB reference for Dell: https://dl.dell.com/topicspdf/snmpidrac1omem_en-us.pdf

Likely relevant metrics:

  • enclosureFanCount
  • enclosureFanSpeed
  • drsChassisFrontPanelAmbientTemperature
  • drsCMCAmbientTemperature
  • drsCMCProcessorTemperature
  • DmmChassisFrontPanelAmbientTemperature

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

No branches or pull requests

1 participant