'--title', 'Enjoy Lua RRDtool module!',
'--start', start+3600,
'--end', 'start + 1000 min',
- '--interlace',
+ '--interlaced',
'--imgformat', 'PNG',
'--width=450',
'DEF:a=' .. name .. ':a:AVERAGE',
'--title', 'Enjoy Lua RRDtool module!',
'--start', start+3600,
'--end', 'start + 1000 min',
- '--interlace',
+ '--interlaced',
'--imgformat', 'PNG',
'--width=450',
'DEF:a=' .. name .. ':a:AVERAGE',
"--start", "1424540800",
"--end", "start+24h",
"--lower-limit=0",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=450",
"DEF:a=cb//extrainfo:a:AVERAGE",
"--title", " RubyRRD Demo",
"--start", "#{start_time+3600}",
"--end", "start + 1000 min",
- "--interlace",
+ "--interlaced",
"--imgformat", "PNG",
"--width=450",
"DEF:a=#{rrd}:a:AVERAGE",
"--start", "now",
"--end", "start+15h",
"--lower-limit=0",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=$w",
"--height=$h",
"--start", "now",
"--end", "start+15h",
"--lower-limit=0",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=$w",
"--height=$h",
"--start", "now",
"--end", "start+15h",
"--lower-limit=0",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=$w",
"--height=$h",
"--start", "now",
"--end", "start+15h",
"--lower-limit=0",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=$w",
"--height=$h",
"--start", "now",
"--end", "start+15h",
"--lower-limit=0",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=600",
"--height=50",
"--title", uc($name)." Demo",
"--start", "$start + 1 h",
"--end", "start + 1000 min",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=450",
"DEF:a=$rrd:a:AVERAGE",
"--start", "now",
"--end", "start+1d",
"--lower-limit=0",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=450",
"DEF:a=$rrd:a:AVERAGE",
'--base', '1024',
"--vertical-label", 'Dummy Units', "--start", (-$RUNS*$STEP),
"--end", $time,
- "--interlace", "--imgformat","PNG",
+ "--interlaced", "--imgformat","PNG",
"DEF:alpha=$RRD:a:AVERAGE",
"DEF:beta=$RRD:b:AVERAGE",
"DEF:gamma=$RRD:c:AVERAGE",
"--title", "Stripes Demo",
"--start", $start,
"--end", "start + 400 min",
- "--interlace",
+ "--interlaced",
"--imgformat","PNG",
"--width=450",
"DEF:a=$rrd:a:AVERAGE",
'--title', 'Stripes Demo',
'--start', str(start),
'--end', str(start+400*60),
- '--interlace',
+ '--interlaced',
'--imgformat', 'PNG',
'--width=450',
'DEF:a=%s:a:AVERAGE' % rrd,