NRPE using xinetd

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sib
Posts: 111
Joined: Thu Dec 11, 2014 8:06 am

NRPE using xinetd

Post by sib »

Hi

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

best
Chris
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: NRPE using xinetd

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
sib
Posts: 111
Joined: Thu Dec 11, 2014 8:06 am

Re: NRPE using xinetd

Post 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
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: NRPE using xinetd

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
sib
Posts: 111
Joined: Thu Dec 11, 2014 8:06 am

Re: NRPE using xinetd

Post 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.
npolovenko
Support Tech
Posts: 3457
Joined: Mon May 15, 2017 5:00 pm

Re: NRPE using xinetd

Post 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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
sib
Posts: 111
Joined: Thu Dec 11, 2014 8:06 am

Re: NRPE using xinetd

Post by sib »

Pitty for not having a timeframe.

You can close this case though.

best
Chris
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: NRPE using xinetd

Post by lmiltchev »

I am closing this topic. If you have any more issues/questions, please start a new thread. Thank you!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked