Page 1 of 1

Check-Admin-Up-Oper-Down

Posted: Mon Jun 12, 2017 8:41 am
by pratik.patel
Hi

I am using this Check-Admin-Up-Oper-Down plugin and its working fine. (https://exchange.nagios.org/directory/P ... wn/details )

I just want to filter output, I tried but not getting the expected result.

I want to exclude few interface like "asa_mgmt_plane", "StackPort1" and "Control Plane Interface". As this interface are virtual.

Right now plugin gives me this output : Crictical StackPort1 . But in reality everything is good so the output expected is "No interfaces down"

Thanks,
Pratik

Re: Check-Admin-Up-Oper-Down

Posted: Mon Jun 12, 2017 2:22 pm
by dwhitfield
When you say the plugin gives that output, do you mean in the Nagios UI, when you run the check locally, or when you run it remotely? Can you provide the output of all three scenarios so that we can compare? Aside from the UI, please put the output in a code block. The "Code" button is the fifth from the left on the post input screen (between Quote and List).

UPDATE: output shared with techs

Re: Check-Admin-Up-Oper-Down

Posted: Tue Jun 13, 2017 3:08 am
by pratik.patel
When I run remotely and also it is on Nagios UI (see the attachments in PM).

Re: Check-Admin-Up-Oper-Down

Posted: Tue Jun 13, 2017 3:05 pm
by lmiltchev
This is a 3rd party plugin. It is not an official Nagios plugin, and we are not familiar with it. I would recommend contacting the owner of the plugin. Otherwise, if you knew python, you could probably set up some pattern/regex exclusions in the plugin in order to filter the output.