I have some device graphs which present the results of RPN operations against multiple datapoints.
Now, I need to be able to set a threshold against that result. I guess I could use something like here.getRRDValue(-the other DP-) to get the other values and then munge the threshold calculation "backwards". But that seems kind-a messy.
Any suggestions?
TIA!
Richard Evans