Limit on size of message received ?
list Nicolas Dorfsman
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
▸
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
▸
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) ? NicolasSee 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
I believe that the Hobbit version of bb uses "@" instead of "-": cat file | bb target @ or bb target @ < file Thanks, Larry Barber
▸
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) ? NicolasSee 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
▸
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