I've a driver where redundant polling is configured
Redundant polling | DataMiner Docs
for some snmp OIDs the device answer "NO SUCH OBJECT" and this trigger the switch to the backup device (which don't have either the OIDs on the backup interface)
-> 16:19:59 - Get for cslMonitoringSettingsDeviceHardwarePsu1Prio () had error : NO SUCH OBJECT
-> 16:19:59 - Continuing get for cslMonitoringSettingsDeviceHardwarePsu1Prio ()
RedundantPolling, change connection, leaving 0
RedundantPolling, change connection, entering 1
Is there a way to use the redundant IP only on a timeout error and not "NO SUCH OBJECT"?
Hi,
I believe this can be done with a modification of the protocol.xml by specifying
<NoTimeout>NO SUCH OBJECT</NoTimeout>
I such case, the "NO SUCH OBJECT" will not cause a timeout error and then the redundant polling should not happen anymore.
More info can be found here
Regards,