diff options
author | Michael Scherer <misc@mageia.org> | 2011-07-21 02:00:28 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-07-21 02:00:28 +0000 |
commit | 26198a40a41727df700a95ce45d3be26e231ce5f (patch) | |
tree | cdf0400a9b66a0f8b2e3de67afd7c15883140ce7 /modules/xymon | |
parent | 5739e2d23bcec0f1846f5d1cf3d73bad655e9db6 (diff) | |
download | puppet-26198a40a41727df700a95ce45d3be26e231ce5f.tar puppet-26198a40a41727df700a95ce45d3be26e231ce5f.tar.gz puppet-26198a40a41727df700a95ce45d3be26e231ce5f.tar.bz2 puppet-26198a40a41727df700a95ce45d3be26e231ce5f.tar.xz puppet-26198a40a41727df700a95ce45d3be26e231ce5f.zip |
increase the size of the status message received by xymon, as it seems jonund
is sending too big status message
Diffstat (limited to 'modules/xymon')
-rw-r--r-- | modules/xymon/templates/hobbitserver.cfg | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modules/xymon/templates/hobbitserver.cfg b/modules/xymon/templates/hobbitserver.cfg index 22084388..45e7b866 100644 --- a/modules/xymon/templates/hobbitserver.cfg +++ b/modules/xymon/templates/hobbitserver.cfg @@ -25,7 +25,12 @@ PATH="/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/lib64/xy # Some systems need extra settings e.g. to locate run-time libraries. # You can add these extra settings here: - +# fix error message from jonund : +# 2011-07-17 15:32:54 Oversize status msg from +# 212.85.158.149 for jonund.mageia.org:procs truncated (n=350049, limit=262144) +# +# http://en.wikibooks.org/wiki/System_Monitoring_with_Xymon/Other_Docs/FAQ#Q._How_do_I_fix_.22Oversize_status_msg_from_192.168.1.31_for_test.my.com:ports_truncated_.28n.3D508634.2C_limit.3D262144.29.22 +MAXMSG_STATUS="496" ##### Normally you do not need to modify anything below this point ##### |