You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What device/snmpwalk OID are you using? 1.3.6.1.4.1.232.3.2.5.1.1.6.0
What did you do that produced an error? Include SNMP v3 Auth in exporter manifest
What did you expect to see?
Disk bay number and state
What did you see instead?
Nothing!
Hello!
I'm trying to get info about drivers and bays for HP blade-server with snmp-exporter 1.5.1
In console do i snmpwalk and get result
snmpwalk -v 3 -a SHA -A MySHAKey -l authPriv -u MyUser -x AES -X MyAESKey serverIP 1.3.6.1.4.1.232.3.2.5.1.1.6.0
And have response like:
iso.3.6.1.4.1.232.3.2.5.1.1.6.0.0 = INTEGER: 2
iso.3.6.1.4.1.232.3.2.5.1.1.6.0.1 = INTEGER: 2
This discussion was converted from issue #1019 on October 09, 2023 11:12.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Host operating system: HP Server
snmp_exporter version: 1.5.1
What device/snmpwalk OID are you using? 1.3.6.1.4.1.232.3.2.5.1.1.6.0
What did you do that produced an error? Include SNMP v3 Auth in exporter manifest
What did you expect to see?
Disk bay number and state
What did you see instead?
Nothing!
Hello!
I'm trying to get info about drivers and bays for HP blade-server with snmp-exporter 1.5.1
In console do i snmpwalk and get result
snmpwalk -v 3 -a SHA -A MySHAKey -l authPriv -u MyUser -x AES -X MyAESKey serverIP 1.3.6.1.4.1.232.3.2.5.1.1.6.0
And have response like:
iso.3.6.1.4.1.232.3.2.5.1.1.6.0.0 = INTEGER: 2
iso.3.6.1.4.1.232.3.2.5.1.1.6.0.1 = INTEGER: 2
In exporter manifest i have auth-section
And i include this auth in host-params section
But there is no data. How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions