nagios NRPE 64 bit

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
hermy7
Posts: 15
Joined: Wed Dec 21, 2011 9:19 pm

nagios NRPE 64 bit

Post by hermy7 »

I have try to install NRPE agent on server running centos 64 bit, however it not possible to detect all linux services except the ping service.
Is it there is any NRPE agent that we can use for 64 bit linux server ?
Thanks.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: nagios NRPE 64 bit

Post by lmiltchev »

The NRPE agent is supposed to work on both, 32- and 64-bit machines. Did you follow our documentation for installing the agent?

http://assets.nagios.com/downloads/nagi ... _Agent.pdf

Did you get any errors during the installation?
Be sure to check out our Knowledgebase for helpful articles and solutions!
hermy7
Posts: 15
Joined: Wed Dec 21, 2011 9:19 pm

Re: nagios NRPE 64 bit

Post by hermy7 »

Ow ok, but why when i download use this link wget http://assets.nagios.com/downloads/nagi ... ent.tar.gz
and installed it show there is no xinetd.d file at the end of the installation.
I discover that there is no folder for /etc/xinetd.d/nrpe to edit allowable IP address.
so I guest it need 64 bit nagiosxi NRPE because it work fine for 32 bit linux.
I have try several link form google to install nagios NRPE 64bit and it also not work at the end.
is it there is any plugin I have to install before installing nagiosxi NRPE.
thanks. :D
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: nagios NRPE 64 bit

Post by lmiltchev »

What is the CentOS distro that you are trying to install the NRPE agent to?
Be sure to check out our Knowledgebase for helpful articles and solutions!
hermy7
Posts: 15
Joined: Wed Dec 21, 2011 9:19 pm

Re: nagios NRPE 64 bit

Post by hermy7 »

I'm try using centos 5.4 64 bit..
running in the dell sever r610 power edge...
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: nagios NRPE 64 bit

Post by lmiltchev »

OK, I will do some testing and will get back to you as soon as I am done.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: nagios NRPE 64 bit

Post by lmiltchev »

I didn't have CentOS 5.4... it's quite old. I tested installing the NRPE agent on CentOS 5.5 64-bit and it worked perfectly. It will take some time before I test it on CentOS 5.4 64-bit but meanwhile you can try running in terminal:

Code: Select all

# yum install xinetd
Then, reinstall the agent on the target machine:

Code: Select all

# wget http://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz
# tar xzf linux-nrpe-agent.tar.gz
# cd linux-nrpe-agent
# ./fullinstall
At the end of the installation, you should be asked to enter the Nagios server IP address.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: nagios NRPE 64 bit

Post by lmiltchev »

hermy7,

Just wanted to let you know that over the weekend I tested the install of the NRPE agent on a clean CentOS 5.4 64-bit system and it worked "out-of-the-box" for me. I didn't have any issues with xinetd whatsoever. There must be something unique to your setup that prevented you from installing the agent properly.
So, what is the status of your issue? Any progress?
Be sure to check out our Knowledgebase for helpful articles and solutions!
hermy7
Posts: 15
Joined: Wed Dec 21, 2011 9:19 pm

Re: nagios NRPE 64 bit

Post by hermy7 »

its working fine now...
my friends tell me I should download rpmforge to resolve dependencies in the linux centos.
http://pkgs.repoforge.org/rpmforge-release/
so i don't have to install xinetd or other file needed for linuxnrpe..
Just use wget http://assets.nagios.com/downloads/nagi ... ent.tar.gz and fullinstall..
it's works without any error at the end of installation... :D
Locked