[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] I can't get any graph on hobbit
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] I can't get any graph on hobbit
- From: Rolf Schrittenlocher <Schrittenlocher (at) rz.uni-frankfurt.de>
- Date: Thu, 07 Jul 2005 10:29:12 +0200
- References: <A10E03C9E3F97E4CB33471F96A6F6BEE016C3657@EXC2K02CLU.mgen.fij>
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20040910
Dear Nicolas,
Hi,
After recompiling rrdtool 1.2.10 on aix 5.2 and hobbit 4.0.4, I have
infos in my rrd files (rrd fetch shows some entries).
But I can't get any graph at the bottom of hobbit pages.
I tried to run the cgi from command line, but I have the following
message :
"xgetenv: Cannot find value for variable QUERY_STRING"
How can I set the QUERY_STRING properly and try to generate my graphs ?
Try (for Solaris, but should work for Linux and AIX as well I hope)
QUERY_STRING="VAR1=VAL1&VAR2=VAL2..."
export QUERY_STRING
then execute the script from command line
or - if it is a perl script - add a line like
$ENV{'QUERY_STRING'} = "VAR1=VAL1&VAR2=VAL2...";
at the top of the script
where VARx are the variables the script needs and VALx are the values of
these variables
Rolf
Rolf Schrittenlocher
HRZ/BDV, Senckenberganlage 31, 60054 Frankfurt
Tel. Sammelnr. LBS: (49) 69 - 798 28830
Fax: (49) 69 798 28817
LBS: lbs-f (at) mlist.uni-frankfurt.de
Persoenlich: schritte (at) rz.uni-frankfurt.de
Tel: (49) 69 - 798 28908