nrpe and plugin pkg file for solaris
-
ganeshanrs1983
- Posts: 55
- Joined: Wed Jun 18, 2014 10:16 am
nrpe and plugin pkg file for solaris
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
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.
"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
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
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
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
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
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?
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
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 ??
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
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
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
Thanks ALL friends it's worked for me.