How to increase max message size
list Ryan Skadberg
I have a few hosts that are sending large status messages and am getting: 2011-12-11 20:16:24 Oversize status msg from 64.94.253.22 for host.company.com:ports truncated (n=340208, limit=262144) I've tried increasing MAXLINE in xymonserver.cfg, but that does not seem to have fixed the issue. Where can I increase this, as I'm sick of seeing xymond being yellow all the time. Thanks! Skadz
list Ralph Mitchell
▸
On Sun, Dec 11, 2011 at 8:20 PM, Ryan Skadberg <user-fd74ceebcd5d@xymon.invalid> wrote:
I have a few hosts that are sending large status messages and am getting: 2011-12-11 20:16:24 Oversize status msg from 64.94.253.22 for host.company.com:ports truncated (n=340208, limit=262144) I've tried increasing MAXLINE in xymonserver.cfg, but that does not seem to have fixed the issue. Where can I increase this, as I'm sick of seeing xymond being yellow all the time.
You probably need to set MAXMSG_STATUS in xymonserver.cfg. It defaults to 256, which means 256Kb, which is where your 262144 comes from. See the "XYMOND SETTINGS" in the xymonserver.cfg man page for details. Ralph Mitchell
list Ryan Skadberg
Thanks Ralph! That fixed me right up. Skadz
▸
On Sun, Dec 11, 2011 at 8:46 PM, Ralph Mitchell <user-00a5e44c48c0@xymon.invalid>wrote:
On Sun, Dec 11, 2011 at 8:20 PM, Ryan Skadberg <user-fd74ceebcd5d@xymon.invalid> wrote:I have a few hosts that are sending large status messages and am getting: 2011-12-11 20:16:24 Oversize status msg from 64.94.253.22 for host.company.com:ports truncated (n=340208, limit=262144) I've tried increasing MAXLINE in xymonserver.cfg, but that does not seem to have fixed the issue. Where can I increase this, as I'm sick of seeing xymond being yellow all the time.You probably need to set MAXMSG_STATUS in xymonserver.cfg. It defaults to 256, which means 256Kb, which is where your 262144 comes from. See the "XYMOND SETTINGS" in the xymonserver.cfg man page for details. Ralph Mitchell