I've created an alert based on a trigger condition that specifies that two specific interfaces must be down to alert. This was done using the advanced options to create a primary and secondary condition. This was the only was I could come up with to create a condition that was
Primary
I want to alert on: Interface
Node Vendor = theVendor
Node Status = Up
AND
Ifname = A and Status =D
AND
Secondary
I want to alert on: Interface
Node Vendor = theVendor
Node Status = Up
IfName= B and Status = D
This seems to work for well for generating the alert but I haven't been able to configure a reset condition that works
I'm trying
Where
Ifname = A and Status =U
Or
IfName= B and Status = U
Has anyone worked this out?