<!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.6617.47">
<TITLE>check_procs on Solaris 10</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->
<BR>

<P><FONT SIZE=2 FACE="Arial">Not sure this problem is really related to Solaris 10, but anyway</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">If I do:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">./check_procs -a syslogd</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">on my Solaris 10 it will report that it has found 2 processes while in reality there is of course </FONT>

<BR><FONT SIZE=2 FACE="Arial">only one. By doing verbose mode, i.e. check_procs -vvv, I can see that it increases</FONT>

<BR><FONT SIZE=2 FACE="Arial">the counter on </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">1. the "syslogd" process</FONT>

<BR><FONT SIZE=2 FACE="Arial">2. the "check_procs"  process</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">It does however correctly ignore the "ps" process when it does an "ignore self" in the C code.</FONT>

<BR><FONT SIZE=2 FACE="Arial">It should also ignore the "check_procs" process which is self.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I'm a bit puzzled. check_procs works fine for me on Solaris 8.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">By comparing I can see a crucial difference in the ps command it executes:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">On Solaris 8, SPARC:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">/bin/ps -Ao 's uid ppid vsz rss pcpu comm args'</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">On Solaris 10, SPARC:</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">/usr/bin/ps -Ao 's uid pid ppid vsz rss pcpu comm args'</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">i.e. 8 columns on Solaris8 while 9 columns on Solaris10.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I must admit that I'm not comparing apples to apples here as on the Solaris10 I'm using</FONT>

<BR><FONT SIZE=2 FACE="Arial">revision 1.46 of the plugin while on Solaris8 I'm using revision 1.43.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Any ideas ?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Thanks.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Lars</FONT>
</P>

</BODY>
</HTML>