nrpe process on Linux

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
srikanth.kallu
Posts: 243
Joined: Thu Jul 26, 2012 10:48 am

nrpe process on Linux

Post 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
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: nrpe process on Linux

Post by scottwilkerson »

If you have it running under xinetd you can just run the following

Code: Select all

netstat -lpn|grep 5666
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked