Xymon Mailing List Archive search

V 4.3.18 columndoc.sh

list Steve Brown
Tue, 11 Nov 2014 05:39:06 +0000
Message-Id: <user-78e02d967634@xymon.invalid>

I was able to resolve this by modifying
xymonserver.cfg
COLUMNDOCURL="$CGIBINURL/columndoc.sh?db=columndoc.csv&key=%s"        # URL formatting string for column-links

Steve

From: Xymon [mailto:xymon-bounces at xymon.com] On Behalf Of Steve Brown
Sent: Monday, November 10, 2014 9:44 PM
To: xymon at xymon.com
Subject: [Xymon] V 4.3.18 columndoc.sh

Hi
In V 4.3.18 when I click on any of the column names to get the data from columndoc.csv, I receive an error "Invalid request"

Reproducible with the below

export REQUEST_METHOD=GET
export SCRIPT_NAME="columndoc.sh"
export QUERY_STRING="cpu"
xymoncmd /home/xymon/xymon/cgi-bin/columndoc.sh

Thanks for your help
Steve