Xymon 4.3.4 working great except for the info column
I recently did a fresh install of Xymon 4.3.4 and everything is working well with the exception of the info column. When I select this, I get an Internal Server error. The URL is like this: http://server/xymon-cgi/svcstatus.sh?HOST=test1.test.com&SERVICE=info
Apache's error_log says: Premature end of script headers: svcstatus.sh
If I change the URL to display one of the other columns, say trends for example it works fine: http://server/xymon-cgi/svcstatus.sh?HOST=test1.test.com&SERVICE=trends
Where should I begin looking for this issue? It seems to happen for every host being monitored, but only for the info column.
Thanks,
Nathan Riley
It is a known bug. You can either apply a patch or change line 571 of xymon-4.3.4/web/svcstatus-info.c from "char istr[3];" to "char istr[5];". and recompile. See http://lists.xymon.com/pipermail/xymon/2011-August/032190.html for more details.
On Fri, Aug 12, 2011 at 12:54 PM, Nathan Riley <NRiley at network-support.com>wrote:
I recently did a fresh install of Xymon 4.3.4 and everything is working well with the exception of the info column. When I select this, I get an Internal Server error. The URL is like this: http://server/xymon-cgi/svcstatus.sh?HOST=test1.test.com&SERVICE=info****
Apache’s error_log says: ****
Premature end of script headers: svcstatus.sh****
If I change the URL to display one of the other columns, say trends for example it works fine:****
http://server/xymon-cgi/svcstatus.sh?HOST=test1.test.com&SERVICE=trends*** *
Where should I begin looking for this issue? It seems to happen for every host being monitored, but only for the info column. ****
Thanks,****
Nathan Riley****
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
participants (2)
-
icepickjazz@gmail.com
-
NRiley@network-support.com