Xymon Mailing List Archive search

new client (for me) exceeds data msg size

3 messages in this thread

list David Gore · Sun, 07 Aug 2005 16:01:49 +0000 ·
hobbit.hobbitd

Latest errormessages:
Oversize data msg from x.x.x.x truncated (n=108728, limit 102400)

I saw references to this on the list and changing it at compile time, but I could not figure out how to do that.

With the output of a '/usr/ucb/ps wwaux' and a large number of java processes combined with a half-dozen ext scripts, I suppose the new client is exceeding this limit.  It is certainly truncating the data causing running processes to appear down.  Help?


-- 
David
list David Gore · Sun, 07 Aug 2005 16:16:24 +0000 ·
quoted from David Gore
David Gore wrote:
hobbit.hobbitd

Latest errormessages:
Oversize data msg from x.x.x.x truncated (n=108728, limit 102400)

I saw references to this on the list and changing it at compile time, but I could not figure out how to do that.

With the output of a '/usr/ucb/ps wwaux' and a large number of java processes combined with a half-dozen ext scripts, I suppose the new client is exceeding this limit.  It is certainly truncating the data causing running processes to appear down.  Help?

#define SHAREDBUFSZ 102400

in hobbitd_ipc.h?
list Henrik Størner · Sun, 7 Aug 2005 18:38:13 +0200 ·
On Sun, Aug 07, 2005 at 04:16:24PM +0000, David Gore wrote:
David Gore wrote:
hobbit.hobbitd

Latest errormessages:
Oversize data msg from x.x.x.x truncated (n=108728, limit 102400)

I saw references to this on the list and changing it at compile time, >but I could not figure out how to do that.

With the output of a '/usr/ucb/ps wwaux' and a large number of java >processes combined with a half-dozen ext scripts, I suppose the new >client is exceeding this limit.  It is certainly truncating the data >causing running processes to appear down.  Help?

#define SHAREDBUFSZ 102400

in hobbitd_ipc.h?
Yep.


Henrik