Hi everyone,
I’m working on a project where I need to add a 15-minute delay before sending a notification if the trigger is still active. In other words, if the trigger remains active after event, the notification should be delayed by 15 minutes before being sent.
{$SDWAN.HEALTH.IF.CONTROL:"{#HNAME}"}=1 and last(/FortiGate by SNMP/sdwan_health.state[fgVWLHealthCheckLinkState.{#SNMPINDEX}])=1 and (last(/FortiGate by SNMP/sdwan_health.state[fgVWLHealthCheckLinkState.{#SNMPINDEX}],#1)<>last(/FortiGate by SNMP/sdwan_health.state[fgVWLHealthCheckLinkState.{#SNMPINDEX}],#2))
Thank you
I’m working on a project where I need to add a 15-minute delay before sending a notification if the trigger is still active. In other words, if the trigger remains active after event, the notification should be delayed by 15 minutes before being sent.
{$SDWAN.HEALTH.IF.CONTROL:"{#HNAME}"}=1 and last(/FortiGate by SNMP/sdwan_health.state[fgVWLHealthCheckLinkState.{#SNMPINDEX}])=1 and (last(/FortiGate by SNMP/sdwan_health.state[fgVWLHealthCheckLinkState.{#SNMPINDEX}],#1)<>last(/FortiGate by SNMP/sdwan_health.state[fgVWLHealthCheckLinkState.{#SNMPINDEX}],#2))
Thank you
One delayed, one not..
Comment