Step by step procedures to Install Nagios agent in Linux
> cd /tmp
> mkdir software
> cd software
> yum install wget
> wget https://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz
> tar -zxvf linux-nrpe-agent.tar.gz
> cd linux-nrpe-agent
> ./fullinstall
Latest posts by scmgalaxy K (see all)
- Use of runtime variables to save into another variable using register in Ansible - September 6, 2018
- Ansible & Ansible Tower Variable Precedence Hierarchy - September 6, 2018
- How to use template in Ansible? - September 6, 2018