Hi KeremE
Well all my current linux checks (disk, total procs, load....) are done by nrpe and then reported back to the Server.
The specific service I want to monitor is my squid proxy server process by the process name "squid".
From what I understand you can pass any nagios check commad through to nrpe.
Below code is the other commads I have placed in /usr/local/nagios/etc/nrpe
[the server passes check_nrpe through to the monitored client. -c xxxx is the check/command that is run locally on the monitored monitored client, that passes the results back to NRPE for the server]
Main Topics
Browse All Topics





by: KeremEPosted on 2009-05-14 at 00:40:46ID: 24382426
hi,
Does the process you want to monitor has a socket connection or you want to check it via ps or some other way? Will you please give some details on the proces and what is your preferred method to monitor it ?