Whats the best way to representing a given state of a managed object? In example in SNMP you have
Integers representing a given state on an interface:
ifOperStatus
INTEGER
Value Label/Meaning
1 up
2 down
3 testing
4 unknown
5 dormant
6 notPresent
7 lowerLayerDown
http://www.net-snmp.org/docs/mibs/interfaces.html
should we use an exometer_function or (ab)use a gauge for that?
further, can a exometer_function represent any datatype or only numerical values?
Whats the best way to representing a given state of a managed object? In example in SNMP you have
Integers representing a given state on an interface:
http://www.net-snmp.org/docs/mibs/interfaces.html
should we use an exometer_function or (ab)use a gauge for that?
further, can a exometer_function represent any datatype or only numerical values?