Linux nrpe installing failed - connection refused

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hbceylan
Posts: 5
Joined: Fri May 11, 2012 2:35 pm

Linux nrpe installing failed - connection refused

Post by hbceylan »

Hello, I have downloaded and installed nrpe client on redhat linux.But, it cannot be monitoring.The log files has attached.Could you please help, thanks.
You do not have the required permissions to view the files attached to this post.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Linux nrpe installing failed - connection refused

Post by scottwilkerson »

This looks like it may be an old agent file.

Can you run the following:

Code: Select all

cd /tmp
rm -rf linux-nrpe-agent*
wget http://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall
If you get any errors, please send install.log from that directory
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked