<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2657.88">
<TITLE>RE: [hobbit] Hobbitclient problem and Confreport problem</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2>If you really need a longer line, trying using:</FONT>
</P>

<P><FONT SIZE=2>ps -efww</FONT>
</P>

<P><FONT SIZE=2>The deadcat offerings sometimes use:</FONT>
</P>

<P><FONT SIZE=2>ps auxw</FONT>
</P>

<P><FONT SIZE=2>or </FONT>
</P>

<P><FONT SIZE=2>ps auxww</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>I am curious if anyone has noticed any problems pumping full process lists from N servers to a hobbit server. We have boxes running a lot of java processes with really lonnnngggggg command lines. The single "w" in the ps command should help truncate some of the line length. If the process monitoring does not require processing the entire lonnngggg line, then single "w" would be better the "ww". Keep in mind the lonnngggg lines also make for a rather congested web display for the process list.</FONT></P>
<BR>
<BR>

<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Francesco Duranti [<A HREF="mailto:fduranti@q8.it">mailto:fduranti@q8.it</A>]</FONT>
<BR><FONT SIZE=2>Sent: Wednesday, October 19, 2005 7:14 AM</FONT>
<BR><FONT SIZE=2>To: hobbit@hswn.dk</FONT>
<BR><FONT SIZE=2>Subject: [hobbit] Hobbitclient problem and Confreport problem</FONT>
</P>
<BR>

<P><FONT SIZE=2>Hi all...</FONT>
<BR><FONT SIZE=2>I'm starting to implement some checks on disks and process and i'm</FONT>
<BR><FONT SIZE=2>getting some problems...</FONT>
<BR><FONT SIZE=2>I'm running the yesterday snapshot on RHEL3 server and client.</FONT>
</P>

<P><FONT SIZE=2>From what i see i have a problem with the ps -efw on the linux client,</FONT>
<BR><FONT SIZE=2>it will display something more then ps -ef but i don't get the entire ps</FONT>
<BR><FONT SIZE=2>rows... For example:</FONT>
<BR><FONT SIZE=2>ps -ef</FONT>
<BR><FONT SIZE=2>qmaild   22356  4850  0 Aug10 ?        00:02:29 /usr/local/bin/tcpserver</FONT>
<BR><FONT SIZE=2>-v -R -</FONT>
<BR><FONT SIZE=2>ps -efw</FONT>
<BR><FONT SIZE=2>qmaild   22356  4850  0 Aug10 ?        00:02:29 /usr/local/bin/tcpserver</FONT>
<BR><FONT SIZE=2>-v -R -l cl-mail -x /prodQ8/qmail/tcp/tcp.smtp.cdb-c 100 -</FONT>
<BR><FONT SIZE=2>ps -ef --width=1000 </FONT>
<BR><FONT SIZE=2>qmaild   22356  4850  0 Aug10 ?        00:02:29 /usr/local/bin/tcpserver</FONT>
<BR><FONT SIZE=2>-v -R -l cl-mail -x /prodQ8/qmail/tcp/tcp.smtp.cdb-c 100 -u 49921 -g</FONT>
<BR><FONT SIZE=2>41420 0 smtp /prodQ8/qmail/bin/qmail-smtpd</FONT>
<BR><FONT SIZE=2> </FONT>
<BR><FONT SIZE=2>Another thing with confreport scripts.</FONT>
<BR><FONT SIZE=2>In the hobbit-client.cfg file I have:</FONT>
</P>

<P><FONT SIZE=2>HOST=cl-mail</FONT>
<BR><FONT SIZE=2>        PROC "%^qmail-send$" 1 1</FONT>
<BR><FONT SIZE=2>        PROC "%/prodQ8/qmail/bin/qmail-smtpd" 1 1</FONT>
<BR><FONT SIZE=2>        PROC "%/prodQ8/qmail/bin/qmail-qmqpd" 1 1</FONT>
<BR><FONT SIZE=2>        DISK "/prodQ8/qmail" 5 10</FONT>
</P>

<P><FONT SIZE=2>HOST=itromclwb01</FONT>
<BR><FONT SIZE=2>        PROC /usr/sbin/httpd 12 20</FONT>
<BR><FONT SIZE=2>        PROC "Xvnccluster :99" 1</FONT>
<BR><FONT SIZE=2>        DISK "/prodQ8/services" 20 30</FONT>
</P>

<P><FONT SIZE=2>DEFAULT</FONT>
<BR><FONT SIZE=2>        # These are the built-in defaults.</FONT>
<BR><FONT SIZE=2>        UP      1h</FONT>
<BR><FONT SIZE=2>        LOAD    5.0 10.0</FONT>
<BR><FONT SIZE=2>        DISK    * 90 95</FONT>
<BR><FONT SIZE=2>        MEMPHYS 100 101</FONT>
<BR><FONT SIZE=2>        MEMSWAP 50 80</FONT>
<BR><FONT SIZE=2>        MEMACT  90 97</FONT>
</P>

<P><FONT SIZE=2>Getting the configreport of one of the itromclwb01 i get some strange</FONT>
<BR><FONT SIZE=2>thing (it's possible that those are correct...): I don't get the limits</FONT>
<BR><FONT SIZE=2>for the filesystems, i get only the default and the procs list is</FONT>
<BR><FONT SIZE=2>somewhat unusable/unreadable... </FONT>
</P>

<P><FONT SIZE=2>disk No -/-/- Default limits: Yellow 90% full, Red 95% full</FONT>
<BR>                        <FONT SIZE=2>/prodQ8/services</FONT>
<BR>                        <FONT SIZE=2>/prodQ8/qmail</FONT>
<BR>                        <FONT SIZE=2>/boot</FONT>
<BR>                        <FONT SIZE=2>/prodQ8/cups</FONT>
<BR>                        <FONT SIZE=2>/root</FONT>
<BR>                        <FONT SIZE=2>/prodQ8/squid</FONT>
</P>

<P><FONT SIZE=2>.....</FONT>
</P>

</BODY>
</HTML>