Page 1 of 1

NRPE rpm install

Posted: Mon Jun 30, 2014 9:47 am
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!

Re: NRPE rpm install

Posted: Mon Jun 30, 2014 1:56 pm
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.