nrpe and plugin pkg file for solaris

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

nrpe and plugin pkg file for solaris

Post by ganeshanrs1983 »

we need solaris pkg which should include both nrpe 2.15 and nagios-plugins-2.0.3
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: nrpe and plugin pkg file for solaris

Post by abrist »

I do not believe that this package currently exists. You will most likely have to build them from source.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

Re: nrpe and plugin pkg file for solaris

Post by ganeshanrs1983 »

Do anyone know the steps how to build the nrpe and nagios plugin for solaris package from source please ?
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: nrpe and plugin pkg file for solaris

Post by jdalrymple »

Here are some basic instructions on the Exchange - try them making adjustments as needed and report back if you run into any trouble. Compiling NRPE and Plugins is generally pretty straightforward:

http://bigunix.blogspot.com/2009/06/ins ... ugins.html
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

Re: nrpe and plugin pkg file for solaris

Post by ganeshanrs1983 »

All the steps we would like to make in a single installer file. We need the steps to build a solaris package from source.
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: nrpe and plugin pkg file for solaris

Post by jdalrymple »

Are you looking for a package similar to the one distributed with XI except newer versions of NRPE and Plugins? If so we can probably develop that here but it won't be something we can particularly quickly. You would definitely be able to compile in-house quicker.

If you'd like that is something we can add to our todo list

What version of Solaris, and on what platform?
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

Re: nrpe and plugin pkg file for solaris

Post by ganeshanrs1983 »

we looking for both solaris i386 and sparc. We need the latest nrpe 2.15 and nagios plugin 2.0.3 all in one single installer file. We are planning to replace the nrpe 2.15 and nagios plugin 2.0.3 inside the full installer script http://assets.nagios.com/downloads/nagi ... ent.tar.gz

we build the package for nrpe 2.15 using the below command :

PATH="$PATH:/usr/sfw/bin"
MAKE=gmake ./configure --enable-command-args --enable-ssl
gmake all
cd nrpe-2.15
gmake solaris-package

We need the command to build the package for nagios plugin 2.0.3 ??
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

Re: nrpe and plugin pkg file for solaris

Post by ganeshanrs1983 »

nagios-plugins-1.4.16-sol10-sparc-local like this we need the nagios plugin solaris package for nagios plugin 2.0.3
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: nrpe and plugin pkg file for solaris

Post by jdalrymple »

Have you tried the following process from the source directory?

Code: Select all

tools/setup
./configure
make
make solpkg
ganeshanrs1983
Posts: 55
Joined: Wed Jun 18, 2014 10:16 am

Re: nrpe and plugin pkg file for solaris

Post by ganeshanrs1983 »

Thanks ALL friends it's worked for me.
Locked