How to Add Linux Host to Nagios Monitoring using NRPE plugin | Adding Centos 7 to Nagios Monitoring
Krishna's TechInfo
In this video I have expained about How to Add Linux Host to Nagios Monitoring using NRPE plugin. Adding Centos 7 to Nagios Monitoring
#Nagios #NagiosMonitoring
NRPE configuration steps: cd /root/nagios wget https://github.com/NagiosEnterprises/nrpe/releases/download/nrpe-4.0.3/nrpe-4.0.3.tar.gz tar xzf nrpe-4.0.3.tar.gz cd nrpe-4.0.3 ./configure make all make install make install-config vi /etc/services and add nrpe 5666/tcp at the end make install-init systemctl enable nrpe.service
vi /usr/local/nagios/etc/nrpe.cfg allowed_hosts=127.0.0.1,192.168.1.22. dont_blame_nrpe=1
systemctl start nrpe.service ... https://www.youtube.com/watch?v=Uzo6yiJG6dc
2021-09-29
0.0 LBC
Copyrighted (contact publisher)
45991949 Bytes