Page 1 of 1
nrpe and plugin pkg file for solaris
Posted: Wed Feb 11, 2015 1:25 pm
by ganeshanrs1983
we need solaris pkg which should include both nrpe 2.15 and nagios-plugins-2.0.3
Re: nrpe and plugin pkg file for solaris
Posted: Wed Feb 11, 2015 2:31 pm
by abrist
I do not believe that this package currently exists. You will most likely have to build them from source.
Re: nrpe and plugin pkg file for solaris
Posted: Thu Mar 05, 2015 10:12 am
by ganeshanrs1983
Do anyone know the steps how to build the nrpe and nagios plugin for solaris package from source please ?
Re: nrpe and plugin pkg file for solaris
Posted: Thu Mar 05, 2015 10:16 am
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
Re: nrpe and plugin pkg file for solaris
Posted: Thu Mar 05, 2015 10:49 am
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.
Re: nrpe and plugin pkg file for solaris
Posted: Thu Mar 05, 2015 1:37 pm
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?
Re: nrpe and plugin pkg file for solaris
Posted: Fri Mar 06, 2015 8:51 am
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 ??
Re: nrpe and plugin pkg file for solaris
Posted: Fri Mar 06, 2015 8:57 am
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
Re: nrpe and plugin pkg file for solaris
Posted: Fri Mar 06, 2015 10:57 am
by jdalrymple
Have you tried the following process from the source directory?
Code: Select all
tools/setup
./configure
make
make solpkg
Re: nrpe and plugin pkg file for solaris
Posted: Tue Mar 10, 2015 1:11 pm
by ganeshanrs1983
Thanks ALL friends it's worked for me.