diff options
-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 ##### |