Page 1 of 1

Installing Linux client on RedHat and Suse

Posted: Wed Nov 11, 2015 9:41 am
by dlukinski
Hello Nagios Support

We have just acquired your product and would like to begin monitoring our Linux servers with it. Mainly these distributions:
- SuSE Ent 64-bit 10/11
- RedHat EL 64-bit 5.10 / 5.11 / 6.5 / 6.6

We have no prior experience in installing or using XI Linux clients while there is a need to communicate binary and installation & configuration procedures to the third party.
Where to begin and how you could help us with it?

Thank you

Re: Installing Linux client on RedHat and Suse

Posted: Wed Nov 11, 2015 10:10 am
by hsmith
Take a look at this document: https://s3.amazonaws.com/uploads.hipcha ... _Agent.pdf

The steps are all there and pretty simple. The fullinstall script takes care of almost everything for you. If you run into issues, please let us know!

Re: Installing Linux client on RedHat and Suse

Posted: Fri Nov 13, 2015 1:08 pm
by dlukinski
hsmith wrote:Take a look at this document: https://s3.amazonaws.com/uploads.hipcha ... _Agent.pdf

The steps are all there and pretty simple. The fullinstall script takes care of almost everything for you. If you run into issues, please let us know!
Thank you everything works so far.
It there a way to automate install by including IPs client will be asking for?

Re: Installing Linux client on RedHat and Suse

Posted: Fri Nov 13, 2015 2:40 pm
by lmiltchev
Try the following:

Code: Select all

cd /tmp
wget http://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz
tar zxvf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
Modify the "/tmp/linux-nrpe-agent/subcomponents/install" file in a text editor. Comment out the read & hard code the IP for your Nagios server:

Code: Select all

#read -p "Allow from: " ALLOW_INPUT
ALLOW_INPUT="X.X.X.X"
Run fullinstall with passing the "-n" flag (--non-interactive).

Code: Select all

./fullinstall -n