InvalidResponseHandling element
Specifies the invalid response handling strategy.
Parent
Children
Name | Occurrences | Description |
---|---|---|
InfiniteLoop | Specifies the response handling in case an infinite loop was detected when polling a table. |
Examples
<Param ...>
...
<ArrayOptions ...>
...
</ArrayOptions>
<SNMP>
...
<InvalidResponseHandling>
<InfiniteLoop>Success</InfiniteLoop>
</InvalidResponseHandling>
</SNMP>
</Param>