Page 1 of 1

NRPE using xinetd

Posted: Mon Oct 30, 2017 9:42 am
by sib
Hi

nagiosxi-nrpe RPM package for RHEL 7 seems to use xinetd. Will that eventually be migrated to systemd?

best
Chris

Re: NRPE using xinetd

Posted: Mon Oct 30, 2017 11:33 am
by npolovenko
Hello, @sib.
Can you check what version of NRPE plugin you're running?

Code: Select all

cd /usr/local/nagios/libexec/ 
./check_nrpe
From what i know NRPE v3 and up should use systemd instead of xinetd.

Re: NRPE using xinetd

Posted: Mon Oct 30, 2017 11:45 am
by sib
Hi

I am using your nagiosxi-nrpe package from the RPM repository. The version is still 2.15. Do you offer the version 3 package in your RPM repository? (https://repo.nagios.com/)

Code: Select all

# rpm -qa | grep nrpe
nagiosxi-nrpe-5-4.10.el6.x86_64

Re: NRPE using xinetd

Posted: Mon Oct 30, 2017 1:57 pm
by npolovenko
@sib , It may not be available in oficcial Nagios repo yet. But there are users who made unofficial rpm releases. For example:
https://apps.fedoraproject.org/packages/nrpe
Also a good way to check for a new version of NRPE is to run:

Code: Select all

yum search nrpe
You'll see something like: nrpe.x86_64 : Host/service/network monitoring agent for Nagios
Run yum list nrpe.x86_64 and you should see the NRPE release version somewhere.
If the version is higher than 3.0 you can install it if you'd like with: yum install <package name>

Make sure to delete your old nrpe plugin before you install the new one.

Re: NRPE using xinetd

Posted: Tue Oct 31, 2017 1:32 am
by sib
Hi

We are obliged to use the version provided by the supported vendor and therefore we can only use your version.
Would be great if v3 can make it into your repository.

Re: NRPE using xinetd

Posted: Tue Oct 31, 2017 10:02 am
by npolovenko
@sib, I see. As of right now, version 3.x is still in a process of testing and reviewing. RPM will be released sometime in the future, but as of right now we don't have the exact timeframe.

Re: NRPE using xinetd

Posted: Thu Nov 02, 2017 8:24 am
by sib
Pitty for not having a timeframe.

You can close this case though.

best
Chris

Re: NRPE using xinetd

Posted: Thu Nov 02, 2017 9:59 am
by lmiltchev
I am closing this topic. If you have any more issues/questions, please start a new thread. Thank you!