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
Installing Linux client on RedHat and Suse
Re: Installing Linux client on RedHat and Suse
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!
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!
Former Nagios Employee.
me.
me.
Re: Installing Linux client on RedHat and Suse
Thank you everything works so far.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!
It there a way to automate install by including IPs client will be asking for?
Re: Installing Linux client on RedHat and Suse
Try the following:
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:
Run fullinstall with passing the "-n" flag (--non-interactive).
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-agentCode: Select all
#read -p "Allow from: " ALLOW_INPUT
ALLOW_INPUT="X.X.X.X"
Code: Select all
./fullinstall -nBe sure to check out our Knowledgebase for helpful articles and solutions!