How to use community add-ons

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
cau.odesk
Posts: 3
Joined: Wed May 02, 2012 10:58 am

How to use community add-ons

Post by cau.odesk »

Hi, I'm new to Linux and Nagios. Yesterday, I managed to install Nagios 3.3.1 Core on a CentOS 5.8 VM. Tested it to be working using NSClient++ on a Server 2008 machine by following the walkthrough online to windows.cfg and commands.cfg.

My goal for setting up Nagios is to monitor the temperature of my HP Proliant servers to help me decide whether or not to invest in additional cooling systems. I was able to find a community addon for it written in PERL (https://www.monitoringexchange.org/inve ... lo2_health).

I downloaded the the pl file and placed it on my libexec directory. However, I have no idea how to use it. Any advise or quick step-by-step guide or link to a helpful resource will be highly appreciated.

Thanks in advance for any help.
agriffin
Posts: 876
Joined: Mon May 09, 2011 9:36 am

Re: How to use community add-ons

Post by agriffin »

You need to define a command definition that uses this plugin. Then to set up a check you need to define a service definition that references that command definition. You can see some examples here.
Locked