Hi,
I have tried to create a Sensor Factory that includes the Traffic Total Channel of my Traffic Sensors.
I've tried it using avg function of Sensor Factory, the problem is it can only give the averages of two values, another things is it shows a weird Result which is very incorrect, it shows 0.xxx Kbyte .
I've used this Channel Definition for avg function:
#1:Average_Traffic_Total
avg( channel(2054,1),channel(2054,1) )
I also tried this Channel Definition:
#1:Average_Traffic_Total
( channel(2054,-1) + channel(2055,-1) + channel(2056,-1) ) / 3
but it doesn't show any data.
Have I done anything wrong? I want PRTG to display the average of Traffic Total Sensor(speed) of my traffic sensors on a single report. What are your suggestions?
Thanks!
Add comment