It appears that if a discovery rule contains several SNMP checks, each one will be executed in sequence. If there's really no device on the other end, the first check will time out after 3 seconds (by default), followed by another check that will take the same amount of time and so on. So, if there's no device on the other end, it will take 3 * number of checks seconds per IP.
Is there a way to abort all SNMP checks if nothing is listening on port 161? Maybe based on an ICMP ping against the IP?
Is there a way to abort all SNMP checks if nothing is listening on port 161? Maybe based on an ICMP ping against the IP?
Comment