[mrtg] run "RRDtool graph" from windows cmdline on file.rrd created	by MRTG
    Steve Shipway 
    s.shipway at auckland.ac.nz
       
    Fri Jan  3 20:29:41 CET 2014
    
    
  
When MRTG creates an RRD file, it will always create two DS (called ds0 and ds1, corresponding to octets IN and OUT) and eight RRAs (corresponding to d/w/m/y in AVG and MAX).  You can see this by using 'rrdtool info file.rrd'
So, your example will not work because you are looking for a DS called 'traffic'.  Try this instead:
DEF:traffic=file.rrd:ds0:AVERAGE
Steve
Steve Shipway
University of Auckland ITS
UNIX Systems Design Lead
s.shipway at auckland.ac.nz
Ph: +64 9 373 7599 ext 86487
    
    
More information about the mrtg
mailing list