Xymon Mailing List Archive search

Limit on size of message received ?

5 messages in this thread

list Nicolas Dorfsman · Fri, 23 Jun 2006 16:01:43 +0200 ·
	Hi,

	One of my test (AIX lvm) is sending 371 lines to hobbit server (12k).

	The server doesn't update the corresponding column.

	Is there a limit in size of message (this is not a combo) ?


	Nicolas
list Dominique Frise · Fri, 23 Jun 2006 16:17:04 +0200 ·
quoted from Nicolas Dorfsman
Nicolas Dorfsman wrote:
    Hi,

    One of my test (AIX lvm) is sending 371 lines to hobbit server (12k).

    The server doesn't update the corresponding column.

    Is there a limit in size of message (this is not a combo) ?


    Nicolas

See MAXMSG_* in hobbitserver.cfg

You should get a warning from hobbitd when the message is too big.


Dominique
UNIL - University of Lausanne
list Nicolas Dorfsman · Fri, 23 Jun 2006 22:42:10 +0200 ·
quoted from Dominique Frise
Le 23 juin 06 à 16:17, Dominique Frise a écrit :
Nicolas Dorfsman wrote:
    Hi,
    One of my test (AIX lvm) is sending 371 lines to hobbit server  (12k).
    The server doesn't update the corresponding column.
    Is there a limit in size of message (this is not a combo) ?
    Nicolas
See MAXMSG_* in hobbitserver.cfg

You should get a warning from hobbitd when the message is too big.
Thx Dominique.

Hum. I had a issue with the script...and I tried to use the bb syntax  'cat /tmp/toto | bb display_server -'.
I noticed that '-' is forbidden in the source...so I've modified the  source code.  But seems that syntax is forbiddent because there's  other issue with it.

So, with few modifications in the script, it runs again with the  usual syntax.
list Larry Barber · Fri, 23 Jun 2006 15:56:06 -0500 ·
I believe that the Hobbit version of bb uses "@" instead of "-":

cat file | bb target @

or

bb target @ < file

Thanks,
Larry Barber
quoted from Nicolas Dorfsman

On 6/23/06, Nicolas Dorfsman <user-0b8cdfcc881d@xymon.invalid> wrote:

Le 23 juin 06 à 16:17, Dominique Frise a écrit :
Nicolas Dorfsman wrote:
    Hi,
    One of my test (AIX lvm) is sending 371 lines to hobbit server
(12k).
    The server doesn't update the corresponding column.
    Is there a limit in size of message (this is not a combo) ?
    Nicolas
See MAXMSG_* in hobbitserver.cfg

You should get a warning from hobbitd when the message is too big.
Thx Dominique.

Hum. I had a issue with the script...and I tried to use the bb syntax
'cat /tmp/toto | bb display_server -'.
I noticed that '-' is forbidden in the source...so I've modified the
source code.  But seems that syntax is forbiddent because there's
other issue with it.

So, with few modifications in the script, it runs again with the
usual syntax.

list Henrik Størner · Fri, 23 Jun 2006 23:04:37 +0200 ·
quoted from Nicolas Dorfsman
On Fri, Jun 23, 2006 at 10:42:10PM +0200, Nicolas Dorfsman wrote:
Hum. I had a issue with the script...and I tried to use the bb syntax  'cat /tmp/toto | bb display_server -'.
I noticed that '-' is forbidden in the source...so I've modified the  source code.  But seems that syntax is forbiddent because there's  other issue with it.
It should be permitted, but I see there's a bug in the commandline
handling in the "bb" utility. I'll fix that.


Regards,
Henrik