[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Oversize data/client msg
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Oversize data/client msg
- From: "Joshua Krause" <forums (at) triadbiz.rr.com>
- Date: Mon, 7 Jan 2008 10:35:52 -0500
- References: <002201c85140$330017a0$990046e0$ (at) rr.com> <29f517690801070729j15b7147dobe50aa0fb9236a3f (at) mail.gmail.com>
- Thread-index: AchRQme6QU+Xdr47S2+8KyLyc0nVwwAAEJbg
I have made the change on the server and set them all to 768432 and bouced
the hobbit server process and still hadn't seen a change. So I am
restarting the hobbit process on the client server also.
MAXMSG_STATUS="768432"
MAXMSG_DATA="768432"
MAXMSG_CLIENT="768432"
Thanks,
Josh
From: Gary Baluha [mailto:gumby3203 (at) gmail.com]
Sent: Monday, January 07, 2008 10:29 AM
To: hobbit (at) hswn.dk
Subject: Re: [hobbit] Oversize data/client msg
Here's your problem:
Oversize data/client msg from 172.31.128.50 <http://172.31.128.50/>
truncated (n=581293, limit 524288)
MAXMSG_DATA="524288"
n=581293 > MAXMSG_DATA=524288
MAXMSG_STATUS is for the "status"-type alerts (green/yellow/red/etc, but no
trendable data), and MAXMSG_DATA is for the "data"-type alerts.
I have MAXMSG_CLIENT=655360 and this seems to work well for me. I would try
setting all three to this value, unless you have specifically seen that you
require 768432. In that case, try setting all three to that value.
However, you don't need to set them all the same; it just makes things a
little more consistent if you do.
I am receiving this msg from one of my solaris boxes and made some changes
still getting the message.
Latest errormessages:
Oversize data/client msg from 172.31.128.50 truncated (n=581293, limit
524288)
First line: gsonc-spg-omea-1|sunos|sunos
Here is what my hobbitserver.cfg has in it:
MAXMSG_STATUS="768432"
MAXMSG_DATA="524288"
MAXMSG_CLIENT="768432"
I have restarted the hobbit process but I am still receiving these messages.
Thanks,
Josh