Converting SNMP numerical values to Text in a chart

Hi all,

I am using snmp to monitor several interfaces on switches and routers. I am trying to figure out if I can change the values to text in the charts to make it more relevant.

Simple example, if OID 1.3.6.1.2.1.2.2.1.8.ifindex returned value is 1, I want the chart to display “UP”, not 1, and “DOWN” if the value is 0.

Hopefully there is a simple way to map those values, but I’ll take non-simple suggestions as well!

Thanks

Hugo

Hi. That is operational status. Netdata collects it

Thanks, let me be a bit clearer as to my goal. I am trying to show this status as a single point in time value on a custom dashboard, for example:

I would like the 1 to read as “UP”

@Hugo71 Unfortunately, I think that is not possible at the moment. I see what you mean, to show status type metrics (multiple dimensions, 1 active 0 inactive) as text (current active status).

I need the same for tables. Instead of showing a column per status show one column (current status) and a text instead of an integer. Example:

It will be implemented eventually.