Nagios Xi Check Status/Start/Stop Nrpe
Nagios Xi Check Status/Start/Stop Nrpe
Can i know how can i check the status of Nagios ,Start and Stop the Nrpe on Linux server. I see It is running under inetd.
Re: Nagios Xi Check Status/Start/Stop Nrpe
Can you please clarify?
If you are trying to check the status of nagios or NRPE, you can do ps -ef | grep bin/nagios for the nagios process, or ps -ef | grep nrpe for the NRPE process.
Otherwise if you are looking to restart, you would use service nagios restart or service inetd restart to have config changes take effect in the inetd side.
If you are trying to check the status of nagios or NRPE, you can do ps -ef | grep bin/nagios for the nagios process, or ps -ef | grep nrpe for the NRPE process.
Otherwise if you are looking to restart, you would use service nagios restart or service inetd restart to have config changes take effect in the inetd side.
Former Nagios employee