HI,
I wander how construct a filter to automatically close issue after some time after it opened.
I have trigger:
This open issue:
And this shoud close issue after one hour:
But nothing happens. Where I do mistake?
I wander how construct a filter to automatically close issue after some time after it opened.
I have trigger:
Code:
Interface {#IFNAME}({#IFALIAS}): Link up
Code:
{$IFCONTROL:"{#IFNAME}"}=1 and ({Template Module Interfaces SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].last()}=1 and {Template Module Interfaces SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].diff()}=1)
Code:
{Template Module Interfaces SNMPv2:net.if.status[ifOperStatus.{#SNMPINDEX}].avg(60m)}>{$IF_TIME_WARN:"{#IFNAME}"}
Comment