> 2.I wanted to read the data from RRDTOOL into php web pages. Please suggest > me some ways to go ahead. I am helpless now regaring creating web pages > with the data from RRDs. > Thanks in advance.
One method I've used is to execute the command for generating the graph in php. And then opening the image (fopen) and printing it. When you call the php script from within an html-img tag, the graph gets displayed as expected :-) -- regards, Georges Toth -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
