Hello.
On my network i have some specific devices(Optical Receivers), which
violate usual snmp rules.
For example - When you do snmpwalk on IF-MIB::IfSpeed OID you get many
values in this format:
IF-MIB::ifSpeed.X = Gauge32: 10000000
Where X Number of Interface.
My devices have other logic. They have several oids for one metric(for
example optical signal power on inputs(total inputs-2)):
OPTICAL_INPUT1: 1.3.6.1.4.1.32108.1.9.2.2.0
OPTICAL_INPUT2: 1.3.6.1.4.1.32108.1.9.2.3.0
How i can write it in one metric with several label for port? I want output
something like this:
FiberRxPower{portIndex="1"} -999
FiberRxPower{portIndex="2"} -36
--
You received this message because you are subscribed to the Google Groups
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/26701311-9092-48f8-9d21-e9b3f6bf4c41%40googlegroups.com.