NRPE rpm install

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
BanditBBS
Posts: 2474
Joined: Tue May 31, 2011 12:57 pm
Location: Scio, OH
Contact:

NRPE rpm install

Post by BanditBBS »

I have been searching for an hour now with no luck. Anyone have a link to an rpm install of NRPE that was created with command line arguments allowed?

Thanks!
2 of XI5.6.14 Prod/DR/DEV - Nagios LogServer 2 Nodes
See my projects on the Exchange at BanditBBS - Also check out my Nagios stuff on my personal page at Bandit's Home and at github
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: NRPE rpm install

Post by sreinhardt »

Our rpm spec for nrpe enables command args by default. I take it repos and distros are choosing to disable this? You should be able to use the following steps to build one:

Code: Select all

cd /tmp
wget https://github.com/NagiosEnterprises/nrpe/archive/nrpe-2-14.tar.gz
rpmbuild -ta nrpe-2-14.tar.gz
I forget if it puts the rpm next to the tar on the filesystem or if it places it in some internal cache, but a locate or find should be able to find it.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked