Hello Erhard,
I think my question was not clear enough.
I have a controller for access points that uses 2 values for monitoring the connected access points. 1 measures the number of expected or configured devices (something like 30 devices configured in total) and the other measures the actual number of connected devices (ranging from 0 to 30, with 30 being the maximum).
Because this can be different on every controller, just setting a limit will not work well as every controller has a different number of expected or configured devices. This means that the maximum number of connected devices is different per controller. This would have been solved if there was an OID available that kept track of the number of disconnected or missing devices. Something like this exists, but this is a table that only has entries when a device is missing or disconnected.
PRTG cannot read tables that are empty, so I made a sensor factory to subtract the number of actually connected devices from the total number of expected devices. This was working as I had intended, but the sensor factory cannot be saved to a template.
This is why I am looking to set a channel to down if it falls just below its maximum. It has to be dynamic and not just a static number.
Add comment