I have this problem expression in my trigger. The problem is that I have falso positives, I get often an alarm but the connection isn't down.
How can I adjust the trigger to only sent an alarm if the connection is down for longer than 2 minutes? Or last 5 values?
{$SDWAN.MEMBER.IF.CONTROL:"{#NAME}"}=1 and last(/FortiGate by HTTP-FGT600E/fgate.sdwan_member.link_status[{#ID}])=1 and (last(/FortiGate by HTTP-FGT600E/fgate.sdwan_member.link_status[{#ID}],#1)<>last(/FortiGate by HTTP-FGT600E/fgate.sdwan_member.link_status[{#ID}],#2))
How can I adjust the trigger to only sent an alarm if the connection is down for longer than 2 minutes? Or last 5 values?
{$SDWAN.MEMBER.IF.CONTROL:"{#NAME}"}=1 and last(/FortiGate by HTTP-FGT600E/fgate.sdwan_member.link_status[{#ID}])=1 and (last(/FortiGate by HTTP-FGT600E/fgate.sdwan_member.link_status[{#ID}],#1)<>last(/FortiGate by HTTP-FGT600E/fgate.sdwan_member.link_status[{#ID}],#2))
Comment