Add XUPS-MIB to downloads for SNMP generator#1143
Add XUPS-MIB to downloads for SNMP generator#1143fbegyn wants to merge 4 commits intoprometheus:mainfrom
Conversation
|
Hi @fbegyn , the most recent version of the mib is available at
|
28446ed to
9511fdd
Compare
SuperQ
left a comment
There was a problem hiding this comment.
There's no example use of this in the generator. If you think this MIB is useful, please add an example module.
Signed-off-by: Francis Begyn <[email protected]>
To use the eaton url, we do need to mock a valid user agent. The host seems to check and the "default" agent defined in the Makefile is unsufficient. Signed-off-by: Francis Begyn <[email protected]>
By upgrading to the new XUPS-MIB from Eaton, it pull in some dependencies that can't be parsed without downloading them as well. By downloading `EATON-OIDS` and `EATON-EMP-MIB` we fullfill the MIB requirements of XUPS-MIB. Signed-off-by: Francis Begyn <[email protected]>
Signed-off-by: Francis Begyn <[email protected]>
|
I found my way here while trying to build my own config for this UPS. I'm having a problem with the alarm object, it looks like this: Net-snmp tools decodes the value like this, is this possible to do with the generator? Here is the relevant sections of the MIB: |
Add the XUPS-MIB to the Makefile for downloading.