Page 1 of 1

nrpe process on Linux

Posted: Thu Sep 20, 2012 9:45 am
by srikanth.kallu
How do i find if nagios process is running on linux.

because in AIX i can see that process is running

skallu@tsm01:/home/skallu> ps -ef | grep -v grep | grep nrpe
nagios 20250872 3473644 0 Sep 07 - 0:58 /opt/nagios/bin/nrpe -c /etc/nagios/nrpe.cfg -d -s

But nrpe process or nagios process does not exist in linux, Is there any way to find this

Thanks in advance

Re: nrpe process on Linux

Posted: Thu Sep 20, 2012 9:53 am
by scottwilkerson
If you have it running under xinetd you can just run the following

Code: Select all

netstat -lpn|grep 5666