[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bigsister-general] Graphs on W2K


Robert W. Kramer III wrote on Sun, 7 Jan 2007 15:01:44 -0600:

> I tried your own fix but get the red 'x' with it also. Your link to
> http://sourceforge.net/tracker/index.php?func=detail&aid=1020336&group_id=14
> 120&atid=114120 got me going in the right direction, but there are still
> some problems.

Heyja, this works! With legend and everything. 
If the legend is missing for you there might be a font missing. Although, I 
tried with and without VeraMono.ttf and I get the legend each time.
Which rrdtool.exe download do you use?
http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.2.15-win32-perl58.zip
http://www.gknw.net/mirror/rrdtool/rrdtool-1.2.15-bin-w32.zip
both of these work for me. I didn't try the cygwin one:
http://www.cacti.net/downloads/rrdtool/win32/rrdtool-1.2.15-cygwin-1.5.20.zip

> I've setup rrdtool.exe in my path and tried both
> http://search.cpan.org/dist/RRDs-1.2015/ and
> http://search.cpan.org/dist/RRD-Simple-1.40/ PPMs.

I don't think you need the RRD bundles at all. If so, it would complain in the 
logs about not finding it. You only need rrdtool.exe. I placed mine in  
bigsis/bin and if I rename it there I get no graphic. Direct connection.

Hope this helps.


Here's what to do in bsgraph:
Use:

    open( _GRAPH, "-|" );
    $rrd->rrd_graph( "-", @args );
    
instead of

    if( $Platform::has_fork ) {
    open( _GRAPH, "-|" );
    $rrd->rrd_graph( "-", @args );
    }
    else {
    $tmp = "/graph.$$";
    $rrd->rrd_graph( Platform::filepath( $tmp ), @args );
    open( _GRAPH, "<$tmp" );
    }

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com




-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bigsister-general mailing list
suppressed
https://lists.sourceforge.net/lists/listinfo/bigsister-general


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.