-
Notifications
You must be signed in to change notification settings - Fork 668
Add XUPS-MIB to downloads for SNMP generator #1143
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
base: main
Are you sure you want to change the base?
Conversation
Hi @fbegyn , the most recent version of the mib is available at
|
28446ed
to
9511fdd
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.