automate the installation
Posted: Tue Nov 27, 2018 11:34 am
Can you automate the Linux NRPE agent for install? If so how can this be done? We are wanting this to add to our puppet build / deployment.
Thanks
Thanks
Support for Nagios products and services
https://support.nagios.com/forum/
Code: Select all
WriteLog Verbose Info "- NRPE - cd /tmp"
cd /tmp
wget https://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz
tar xzf linux-nrpe-agent.tar.gz
cd linux-nrpe-agent
./fullinstall With:./fullinstall
*Where 192.168.4.172 is the IP address of your Nagios XI server../fullinstall -n -i 192.168.4.172