<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">We are in the process of migrating 300+ servers from BBWin client to powershell client. All works well, except our anti-virus servers create a huge data file that gets truncated, causing FILES, SVCS, WHO to go Purple. We have set the MAXMSG_STATUS AND MAXMSG_CLIENT Xymon server parameters to 1024, but the AV servers still blow past that. The PORTS function reports all of the TCP <span style="color:rgb(0,0,0);white-space:pre-wrap;font-family:Arial,Helvetica,sans-serif">ESTABLISHED and </span><span style="color:rgb(0,0,0);white-space:pre-wrap;font-family:Arial,Helvetica,sans-serif">TIME_WAIT connections for every AV client on servers and desktops. We only need to know that the AV server is proper LISTENING. Using Slimmode and excluding the Ports section doesn't work as we do need to know the listening ports.</span></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><span style="color:rgb(0,0,0);white-space:pre-wrap;font-family:Arial,Helvetica,sans-serif"><br></span></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><span style="color:rgb(0,0,0);white-space:pre-wrap;font-family:Arial,Helvetica,sans-serif">I have modified the Xymonclient.ps1 script as follows to limit the data in the f</span><span style="white-space:pre-wrap;color:rgb(0,0,0);font-family:Arial,Helvetica,sans-serif">unction XymonPorts</span></div><div class="gmail_default"><font color="#000000"><span style="white-space:pre-wrap">    "[ports]"
    netstat -an</span></font></div><div class="gmail_default"><font color="#000000"><span style="white-space:pre-wrap">to:</span></font></div><div class="gmail_default"><font color="#000000"><span style="white-space:pre-wrap"><div class="gmail_default">    "[ports]"<br></div><div class="gmail_default">    netstat -an | findstr LISTENING</div><div class="gmail_default"><br></div><div class="gmail_default">Rather than manually editing each new version of script released, I would rather have a client-local.cfg entry that would turn this on per group similar to what you have for IFSTAT. Less desirable would be a statement in Xymonclient_config.XML, or as a mode in Slimmode. </div><div class="gmail_default">Does this sound like a doable enhancement?</div><div class="gmail_default"><br></div><div class="gmail_default"><font face="verdana, sans-serif"><b style="color:rgb(34,34,34)"><i style="">Timothy L. Williams</i></b><br></font></div></span></font></div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><p style="background-image:initial;background-position:initial;background-repeat:initial"><font size="2" style=""><font face="verdana, sans-serif"><b style="">Operating Systems Analyst</b><br>Virginia Commonwealth University Computer Center<br></font><br></font></p></div></div></div></div></div></div></div></div>