Xymon Mailing List Archive search

Service list being cut off in SVCS test column

list Nick Camaldi
Fri, 17 Jun 2011 10:34:53 -0400
Message-Id: <user-b431dbb7aac0@xymon.invalid>

Thank You Venrnon for your help.   checking xymond.log i found a bunch of 2011-05-25 14:00:26 Oversize data/client msg from 127.0.0.1 truncated (n=615628, limit 524288)
after reading up on xymonserver.cfg man page
http://www.xymon.com/xymon/help/manpages/man5/xymonserver.cfg.5.html
 I added the following settings.  I believe the MAXMSG_DATA pertains to the svcs and procs data being cut off.
 MAXMSG_STATUS="1024"
MAXMSG_CLIENT="1024"
MAXMSG_DATA="1024"
 I restart xymon server and all my issues went away!  ALL GREEN BABY!!!!
 Thanks

-Nick
 

Date: Fri, 10 Jun 2011 09:25:55 +0800
Subject: Re: [Xymon] Service list being cut off in SVCS test column
From: user-b3f8dacb72c8@xymon.invalid
To: user-93c600de5418@xymon.invalid
CC: xymon at xymon.com

Check you haven't hit the maximum message size limit.
It's set in the server config file.
If you have hit it, because the data send over is large (large log files or similar) then it will truncate the message.

Regards
     Vernon


On 9 June 2011 22:03, Nick Camaldi <user-93c600de5418@xymon.invalid> wrote:


Moved xymon 4.3.2 into production and resolving a few hanging issues.
 various systems are plagued with this issue.   the service list is getting cut off causing test to alert red or sometimes purple.
 PID Name
0      Idle            4      System          460    smss.exe        508    csrss.exe       532    winlogon.exe    580    services.exe    592    lsass.exe       756    svchost.exe     844    svchost.exe     900    svchost.exe     956    Smc.exe         984    svchost.exe     1000   svchost.exe     1092   ccSvcHst.exe    1420   spoolsv.exe     1448   msdtc.exe       1584   AeXNSAgent.exe  1612   BBWin.exe       1628   bbnt.exe        1656   CdfSvc.exe      1724   HCAService.exe  1796   CpSvc.exe       1840   DNTUS26.EXE     1900   js.exe          1924   svchost.exe     1960   HealthService.exe
2088   IMAAdvanceSrv.exe
2164   jqs.exe         2244   MDM.EXE         2264   svchost.exe     2280   svc

 any idea?