<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6487.1">
<TITLE>Check_procs question</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">Hi,</FONT>

<BR><FONT SIZE=2 FACE="Arial">I am trying to monitor processes on a remote server.</FONT>

<BR><FONT SIZE=2 FACE="Arial">For example I try to get a Critical state when no ftp processes are running.</FONT>

<BR><FONT SIZE=2 FACE="Arial">The output of ps -ef | grep ftp gives me 'proftpd' so my command to execute can be </FONT>

<BR><FONT SIZE=2 FACE="Arial">$ check_procs -C proftpd -w 1 -c 2</FONT>

<BR><FONT SIZE=2 FACE="Arial">But this give me an OK state when no ftp process is running. How can I change so that when no ftp process is running I got a Critical state.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">Maybe I overlook something.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks for the help</FONT>

<BR><FONT SIZE=2 FACE="Arial">Wim</FONT>
</P>

</BODY>
</HTML>