<RRD::GRAPH packets.png --lazy --title="Packets" DEF:cel=packets.rrd:rx:AVERAGE>
You have not told it what to graph! So, you get no image... The DEF tells RRDTool about the data source (assuming packets.rrd is in the same directory) but you have no AREA or LINE directive to define a graph, so nothing will be generated. Add at least one LINE directive... Steve Steve Shipway University of Auckland ITS UNIX Systems Design Lead [email protected] Ph: +64 9 373 7599 ext 86487 _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
