I don't think it's easily possible to do what you want. I'm not sure why you're including ifOperStatus in the alert, since you can't have ifOperStatus be up if ifAdminStatus is down.
If you create an alert which triggers on ifAdminStatus being down, you'll likely get a LOT of unwanted stuff.
Why do you want to alert on people shutting down ports? This sounds like you need to fire a lot of your staff, or take their enable access away, instead.
adam.
------ Original Message ------
Sent: 2018-04-24 13:06:44
Subject: Re: [Observium] port alert monitor
Hi was too busy and write wrong it was require all not any .Even i have require any its not working and when i check port data config in observium both operational and admin status is down however interface is connected and my switches is brocade
On Tuesday, April 24, 2018, Markus Klock <
markus@best-practice.se> wrote:
Hi,
Seems the logic is a bit failed here.
If have an alert that require ANY then it will alert on a port if its ifAdminStatus equals down OR if ifOperStatus equals up.
This is probably not what you want.
/Markus