-
Notifications
You must be signed in to change notification settings - Fork 18
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
whoami returns "Storage" using SNMP to hp-snmp-agents on ProLiant BL460c Gen8 #7
Comments
If i have analyze my issue correct then i have the same problem at the moment. I got this output from "OK - System: '', S/N: '', ROM: '', hardware working fine" check_hpasm. Is the problem within hp-snmp-agents or check_hpasm? |
Same issue here with two ProLiant BL460c Gen9 blade servers:
Forcing servertype to ProLiant results in this:
It seems that the OID 1.3.6.1.4.1.232.2 is completely unknown to snmpd:
With a Gen10 blade server, it works fine (also
Maybe this relates to the issue:
We'll try resetting the iLO. |
That didn't help. |
Restarting the systemd service For all the SNMP monitoring stuff to work, one seems to need the following HP specific stuff:
|
With hp-snmp-agents on a ProLiant BL460c Gen8 the result of
valid_response
is undef due to the condition$result->{$oid} eq 'noSuchInstance'
which results inwhoami
returningStorage
.Verified that overriding
$self->{productname} = 'ProLiant'
at the end ofwhoami
make things work as expected.I'm not sure what real life situations each of the guards in
valid_response
protects against so I wasn't able to come up with a patch. Sorry!The text was updated successfully, but these errors were encountered: