[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Oversize message



I hope not, but i see what you mean.

I actually have to increase it to more

root (at) hostname:/ # netstat -an |wc -c
 1100078
root (at) hostname:/ #

I have now changed the values to
MAXMSG_STATUS="2048"
MAXMSG_CLIENT="2048"
MAXMSG_DATA="2048"
MAXMSG_NOTES="2048"

But still get the same error, and all the host's checks are purple now.


2008/8/18 Christian Gydesen <cg (at) kailow.dk>

> > I have changed hobbitserver.cfg with the following entries:
> > MAXMSG_STATUS="1048576"
> > MAXMSG_CLIENT="1048576"
> > MAXMSG_DATA="1048576"
> > MAXMSG_NOTES="1048576"
> >
> > and I can't find other references in the man file to increase message
> > and data size.
> >
> > Am I missing something?
> The man hobbitserver.cfg says that the values in the above MAXMSG_* is in
> kB.
>
> Where what is mentioned in log is in bytes and not kB.
>
> So maybe they are to big, your values..
>
> Regards
> Christian
>