servers returning Hex-STRING instead of DisplayString = trailing NULL
20 views
Skip to first unread message
Jonathan Tougas
unread,
Apr 30, 2023, 5:25:19 AM4/30/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 looking for a way to deal with a situation where we end up with null characters trailing some label values: `count({ifDescr=~".*\x00"}) != 0`.
The source of the problem seems to be with `ifDescr` returned as a `Hex-String` instead of what the MIB says should be a `DisplayString`... for __some__ servers.
I'm currently planning on using `metric_relabel_configs` to cleanup the trailing nulls on these and other similar situations I uncovered. Is there better way than mopping up like that? Perhaps snmp-exporter can deal with these and convert somehow? I'm not familiar enough with it to figure out if it can or not.