Basically: Using OID to pull a table of data. The table returns 3 rows. In the Orion web UI all 3 data points chart properly, but the "names" or labels of each data point are just the data point themselves ( though they are color coded).
I Need to have the "labels of the datapoint" (not the actual data) in each row (of the SNMP data table) not simply "self label" as the data point, but as (minimally) the row ID and the data point. like:
instead of "123" have it show "1 - 123" as the label of the "123" data point.
I cannot seem to get a Transform to just append the RowID of the table to the label, which appears might give us what we need.
Why is this needed? When the data is polled, the row data is often very similar ( like: 120, 120, 119), and each row is actually tied to a physical "power supply". we have a vendor web page that shows "pwr 1 = 120, pwr 2 = 120, pwr 3 = 119"... so we want Orion to also show similar labels for each data point. Yes, "they are likely in order" when they are showing in the Orion web Ui... but we want it to be explicitly shown so no one has to guess if Orion is ordering the data correctly