<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2723.2500" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>if you do a 'ps' as the user nagios runs as you need to be able to see
the<BR>nagios process.<BR><BR>If you can't, then find a command that will
work. such as 'ps -ax'<BR><BR>If you edit your Makefile for the
nagios plugins you can modify /bin/ps to<BR>/bin/ps -ax or whatever command you
need to run.<BR><BR>Then take the check_nagios script and modify the last
arguement. For<BR>example.<BR>you can
do<BR><BR>nagios_check_command=/usr/local/nagios/libexec/check_nagios
><BR>/usr/local/nagios/var/status.log 10 'nagios
-d'<BR><BR></DIV></BODY></HTML>