<div>Henrik,</div>
<div> </div>
<div>I'm already generating a graph for my ext clientside script in the trends column, but I would like to show the first graph(last 48 hours) in the service column page.</div>
<div> </div>
<div>I've put this line into the ext script </div>
<div>GRAP="<A HREF=/hobbit-cgi/hobbitgraph.sh</div>
<div>host=express&service=synclog&disp=express&action=menu><IMG BORDER=0 SRC=/hobbit-cgi/hobbitgraph.sh?host=express&service=synclog&disp=express&graph=hourly&action=view ></a>"
</div>
<div>and </div>
<div> </div>
<div>$BB $BBDISP "status $MACHINE.$TEST $COLOR `$DATE` - $STATUS - $STATUS1 $L2 $GRAP"</div>
<div> </div>
<div>This show the graph but starts some erros of DS in the larrd-status.log</div>
<div> </div>
<div> </div>
<div>Any hint or a easy and clean way?</div>
<div> </div>
<div>Thanks in advance my friend,</div>
<div> </div>
<div>Mario.<br> </div>
<div><span class="gmail_quote">On 9/21/05, <b class="gmail_sendername">Henrik Storner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">In <<a href="mailto:1126001260.31317.57.camel@localhost.localdomain">1126001260.31317.57.camel@localhost.localdomain
</a>> Etienne Roulland <<a href="mailto:Etienne.Roulland@cvf.fr">Etienne.Roulland@cvf.fr</a>> writes:<br><br>>QUERY_STRING="host=sms-sql02b.sms33.cvf&service=mysql&graph_width=576&graph_height=120&first=1&count=1&disp=sms%2dsql02b%2esms33%2ecvf&graph=hourly&action=view
" ./hobbitgraph.sh<br>>Segmentation fault<br><br>When testing CGI scripts such as hobbitgraph.cgi, you must<br>provide all of the environment variables that the webserver<br>normally sets up for you.<br><br>Specifically, hobbitgraph expects the REQUEST_URI environment
<br>variable to be set. So:<br><br>QUERY_STRING="host=...."<br>export QUERY_STRING<br>REQUEST_URI="<a href="http://localhost/cgi-bin/hobbitgraph.sh?${QUERY_STRING}">http://localhost/cgi-bin/hobbitgraph.sh?${QUERY_STRING}
</a>"<br>export REQUEST_URI<br>./hobbitgraph.sh<br><br><br>Henrik<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br>
<br></blockquote></div><br>