From: Florian G. <re...@us...> - 2006-09-15 06:34:56
|
Update of /cvsroot/perfparse/_perfparse-phpgui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24876/phpgui Modified Files: perfparse.php Log Message: reconstructing lost defaults in cgi and corrected cgi variables handed to graph Index: perfparse.php =================================================================== RCS file: /cvsroot/perfparse/_perfparse-phpgui/perfparse.php,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** perfparse.php 14 Sep 2006 15:31:16 -0000 1.37 --- perfparse.php 15 Sep 2006 06:34:53 -0000 1.38 *************** *** 304,310 **** // create url here $actgraph['url']= ! '/nagios/cgi-bin/perfchart.png?host='.urlencode($host_name). ! '&service='.urlencode($service). ! '&metric='.urlencode($metric). $scalepars. '&select_line=1'. --- 304,308 ---- // create url here $actgraph['url']= ! '/nagios/cgi-bin/perfchart.png?metric_id='.urlencode($metric_id). $scalepars. '&select_line=1'. |