Page 1 of 1

Nagios plugins in web interface?

Posted: Thu Aug 09, 2018 9:12 am
by nortonhealthcare
This may be a silly question, but I'm wondering if a Nagios plugin I download and can run from the command line can be set up as a monitor that can be viewed through the web interface of Nagios XI? For instance, I have a plugin named "check_cisco_fru_module.pl" and would like to run it against various devices on a regular interval, and have it show up in the Birdseye view if something hits an alarm threshold. Is this possible?

Re: Nagios plugins in web interface?

Posted: Thu Aug 09, 2018 9:27 am
by mcapra
Most of those dashboards don't actually have a concept of "plugins". They just interpret Nagios check statuses.

So yes, if you can configure it as a Nagios check it should integrate seamlessly with most UI components. Here's documentation on using custom plugins for Nagios XI checks to get you started:
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Re: Nagios plugins in web interface?

Posted: Thu Aug 09, 2018 4:35 pm
by npolovenko
Thanks, @mcapra!
@nortonhealthcare, Please let us know if you have any other questions.

Re: Nagios plugins in web interface?

Posted: Fri Aug 10, 2018 7:06 am
by nortonhealthcare
That was the information I was looking for. Thanks!

Re: Nagios plugins in web interface?

Posted: Fri Aug 10, 2018 9:40 am
by scottwilkerson
nortonhealthcare wrote:That was the information I was looking for. Thanks!
Locking