I belong to a french Telecom Company (SAGEMCOM) We are evaluating your product for traffic analysis of an Operator Telecommunication Network. we are using the free edition of the version 8 (limited to 10 sensors) the last one (PRTG Network Monitor 8.2.0.1897)
During our tests: we have defined 2 "snmpcustomsensor" using the OID value one on one device on the Ingress traffic (Channel(2005,0)) the other on another device on the Egress traffic (Channel(2003,0)) these sensors are defined as delta(counters) We get data for these sensors;no problem it's ok
We have decided to define a sensor factory to get the graph which will show the difference between ingress and egress traffic. like this:
#1:Diff Ingress-Egress ((Channel(2005,0)-Channel(2003,0))) #2:Ingress Channel(2005,0) #3:Egress -Channel(2003,0)
When we validate it, we got all the values for #2 and #3 (for this it's OK)
But for #1 we got 4 values when it was created and since then "nodata"
Remark1: the values for #1 are closed to zero
Remark2: if we define #1 this way (2*Channel(2005,0)-Channel(2003,0)), then its OK
Can you explain why? Is it a bug or is there away to make it work? Thanks for your help
Add comment