Can we configure NRPE agent on Nagios XI server

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
sagarjatti
Posts: 25
Joined: Fri Nov 02, 2012 8:25 am

Can we configure NRPE agent on Nagios XI server

Post by sagarjatti »

Hi Team,

Can we configure NRPE agent on Nagios XI server to monitor another Nagios server?

Regards,
Sag
litsupport.box
Posts: 80
Joined: Wed Apr 02, 2014 7:24 am

Re: Can we configure NRPE agent on Nagios XI server

Post by litsupport.box »

Is this what you are looking for?

http://sites.box293.com/nagios/guides/nrpe (Installing check_nrpe Plugin On Nagios Core 4.0.x)

This is what I did.
Nagios XI Version : 2014R2.6
fqdn 2.6.32-431.17.1.el6.x86_64 x86_64
CentOS release 6.5 (Final)
Gnome is not installed
Proxy appears to be in use
VMware Image
Mod Gearman
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Can we configure NRPE agent on Nagios XI server

Post by jdalrymple »

Absolutely.

The NRPE daemon won't interfere with Nagios at all. This won't however help you integrate the 2 Nagios together, it will just monitor the remote Nagios server like any other Linux box.

To receive remote check results you'll want NRDP.

Make sense?
sagarjatti
Posts: 25
Joined: Fri Nov 02, 2012 8:25 am

Re: Can we configure NRPE agent on Nagios XI server

Post by sagarjatti »

check_nrpe is already exist on Nagios server under libexe folder but nrpe service will not be running as daemon on Nagios server right ?
jdalrymple
Skynet Drone
Posts: 2620
Joined: Wed Feb 11, 2015 1:56 pm

Re: Can we configure NRPE agent on Nagios XI server

Post by jdalrymple »

That's correct - check_nrpe is the client.

nrpe is the server portion and can be called directly with the -d flag or alternatively launched via xinetd/initd.

Incidentally, both are installed during the NagiosXI full install, although it's rare you'd use nrpe daemon except maybe for testing.
Locked