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
nrpe process on Linux
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: nrpe process on Linux
If you have it running under xinetd you can just run the following
Code: Select all
netstat -lpn|grep 5666