> $opt=  array("--start",0,"--step",300, "DS:speed:COUNTER:600:U:U",
>      "RRA:AVERAGE:0.5:1:24",
>     "RRA:AVERAGE:0.5:6:10" );
> 
> $ret = rrd_create($rrdFile,$opt, count($opt));
> 
> is giving a 'Segmentation Fault".

I don't think RRDtool likes a zero timestamp (Jan 1st 1970) as the start point 
for a new RRD.  If you don’t need to go back so far, maybe use a more current 
time?

Steve

Steve Shipway
ITS Unix Services Design Lead
University of Auckland, New Zealand
Floor 1, 58 Symonds Street, Auckland
Phone: +64 (0)9 3737599 ext 86487
DDI: +64 (0)9 924 6487
Mobile: +64 (0)21 753 189
Email: [email protected]
 Please consider the environment before printing this e-mail 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to