Replies: 1 comment
-
Whoops, I should have searched first. Closing this because there's an open issue #1310. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ross OpenGear MIBs do several unusual things, one of which is encoding a status value as a bitfield in an integer type. Is there any way to parse this with snmp-exporter? Ideally, I think this ought to be 12 separate metrics, each with a value of 1 or 0 to indicate failures.
Example from MIB
It looks like this in the exporter, with the value 0 meaning there are no errors:
Full MIB is available here: https://www.rossvideo.com/support/software-downloads/ross-video-snmp-mibs/
Beta Was this translation helpful? Give feedback.
All reactions