[rrd-users] Simple questions about RRD
A Darren Dunham
ddunham at taos.com
Fri Dec 4 19:22:40 CET 2009
On Fri, Dec 04, 2009 at 06:16:45PM +0000, A Darren Dunham wrote:
[perl program ...]
> # create two graphs, one normal, one at 5 min step.
> my @options = (
> "--end", $last,
> "--start", "end-2h",
> "AREA:total#FF0000FF");
> my $graph_dir
> RRDs::graph ("$rrd_dir/norm.png",
[snip...]
Argh.. scrolled back too far in the window and cut&pasted one section
from an older edit.
The "my $graph_dir" line is extraneous and will probably cause an error. It
shouldn't be present. Please delete it before trying to run.
--
Darren
More information about the rrd-users
mailing list