You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Users
I'm trying to monitor an Adder AIM server. Most of the metrics are defined as OCTET STRING in the mib, but tools like snmpwalk display it automatically as readable text. With snmp_exporter they all appear as hex values. I found that I can fix this by overriding the type to DisplayString. But this is tedious as I have to write many overrides. Is there some way to make this happen automatically?