Seperate Graph

I have created a probe to monitor the RSSI and loaded it in to services for the device. But when I hover over the device I get a single graph with both the ping latency and the RSSI on it. This does not work at all as the scales are completely different.

How can you force the other service/probe to display on a second graph (disk and cpu do so automatically so I assume that it can be done.)

Thanks

Erik

In the probe change the “UNIT” to a different name… all probes with the same unit name are on the same graph.

Thanks, I presume that you have do it as a function as there is not unit(that I noticed) elsewhere. I did create a probe with a bit of trial and error for the radio RSSI. Now the issue is that since it is a negative number I have a Y axis of 0 to 1 and it is flat lined. Is it possible to change the graph scale as I don’t see a place to do so.

Erik

Unit is part of a probe built as a Type “Function” which is able to use “Functions”… A little confusting but you don’t have to call a function from a probe that is a function. You can just directly access OIDs

I don’t know how you can graph negative values. You could modify the returned value with a function… Maybe add 100 to the value with the sum function? I highly recommend reading the Probe thread.
probe.JPG