I am monitoring a number of customers home routers. One problem I am having is that the template I am using will throw a problem if the router suddenly has no connections to it. Is there a way to add a time component to the trigger? Something along the line of it has to have no connections for 12 hrs before it shows a problem? The problem expression in the template for the original detection is
{$IFCONTROL:"{#IFNAME}"}=1 and ({Advanced Template Module Interfaces SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].last()}=2 and {Advanced Template Module Interfaces SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].diff()}=1)
{$IFCONTROL:"{#IFNAME}"}=1 and ({Advanced Template Module Interfaces SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].last()}=2 and {Advanced Template Module Interfaces SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].diff()}=1)