Need to monitor power linux in nagiosxi
Posted: Tue Sep 28, 2021 12:46 pm
Hi Team,
We need to monitor power Linux in Nagiosxi with nrpe agent.
However, the same host is added to Nagios core as well with nrpe agent. So we try the below steps to monitor the same on NagiosXI as well.
Steps done:
-------------
1) Added IP of Nagiosxi as allowed host in nrpe.cfg file along with already mentioned IP of Nagios core and restarted nrpe service.
allowed_hosts=nagios core IP,NagiosXi server IP
dont_blame_nrpe=1
2) Added commads under /usr/local/nagios/etc/nrpe.cfg file for all required service in client
command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20
Error
====
Only a few services look fine in NagiosXI and most of the service shows below error.
"NRPE - Command ’[Your Plugin]’ Not Defined"
Thanks
We need to monitor power Linux in Nagiosxi with nrpe agent.
However, the same host is added to Nagios core as well with nrpe agent. So we try the below steps to monitor the same on NagiosXI as well.
Steps done:
-------------
1) Added IP of Nagiosxi as allowed host in nrpe.cfg file along with already mentioned IP of Nagios core and restarted nrpe service.
allowed_hosts=nagios core IP,NagiosXi server IP
dont_blame_nrpe=1
2) Added commads under /usr/local/nagios/etc/nrpe.cfg file for all required service in client
command[check_load]=/usr/local/nagios/libexec/check_load -w 15,10,5 -c 30,25,20
Error
====
Only a few services look fine in NagiosXI and most of the service shows below error.
"NRPE - Command ’[Your Plugin]’ Not Defined"
Thanks