Hey Everyone,
I’m trying to create a dashboard within Grafana for QoS and I have an OID that I’m looking to graph.
Here is the output of my snmpget…
CISCO-CLASS-BASED-QOS-MIB::cbQosPoliceConformedBitRate.882.262146 = Gauge32: 26000 bits per second
My telegrapf and grafana environment is working - I’m getting snmp data for other OIDs, but for some reason I can’t figure this out.
My understanding is that I can simply add this to my telegraf config file… but I’m not having much luck.
[[inputs.snmp.field]]
name = “LLQ_QOS”
oid = “CISCO-CLASS-BASED-QOS-MIB::cbQosPoliceConformedBitRate.882.262146”
When I do a ‘telegraf --test’ I don’t see any output matching this configuration.
