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
Is it possible to override this so it appears as a gauge instead with values either 0 or 7? I would prefer to reduce the number of time series. I tried type: gauge override but that didn't work, that set the value to 0 when it should be 7.
The MIB definition looks like this:
-- 1.3.6.1.4.1.12612.220.11.2.2.4.4
lampMode OBJECT-TYPE
SYNTAX BITS
{
unused(0),
cloON(7)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This is the lamp mode.
cloON: Constant Light Output active"
::= { lampProperties 4 }
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
-
I have a MIB from a Barco cinema projector that defines a
bits
type with 2 possible values. The snmp exporter shows it like this:Is it possible to override this so it appears as a gauge instead with values either 0 or 7? I would prefer to reduce the number of time series. I tried
type: gauge
override but that didn't work, that set the value to 0 when it should be 7.The MIB definition looks like this:
Beta Was this translation helpful? Give feedback.
All reactions