From 26198a40a41727df700a95ce45d3be26e231ce5f Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 21 Jul 2011 02:00:28 +0000 Subject: increase the size of the status message received by xymon, as it seems jonund is sending too big status message --- modules/xymon/templates/hobbitserver.cfg | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/xymon') 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 ##### -- cgit v1.2.1