How do I make a sensor that pops up all the interfaces on a switch? example I have 10 ports each with its traffic, would like a sum of these 10 ports, is it possible?


Article Comments

Hi Daniel,

You can create a Sensor Factory Sensor to apply your own calculations, like for instance to sum up all individual traffic channels.

The channel definition can look like this:

#1: total bandwidth
((Channel(2033,1) + (Channel(2043,1))

Replace the first number (2033) with a sensor ID of one of your custom sensors and the second one (1) with the respective channel IDs. You can find the ID in the sensor overview page of the sensor.

Best regards, Felix


Aug, 2018 - Permalink

worked thank you very much !


Aug, 2018 - Permalink