Xymon Mailing List Archive search

Xymon 4.3.4 working great except for the info column

2 messages in this thread

list Nathan Riley · Fri, 12 Aug 2011 12:54:01 -0400 ·
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
list Scott Pfister · Fri, 12 Aug 2011 13:56:56 -0400 ·
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
quoted from Nathan Riley
<user-f90dff98e24e@xymon.invalid>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****