Changeset 3806

Show
Ignore:
Timestamp:
11/23/08 01:56:49 (4 years ago)
Author:
jow
Message:

apps/luci-statistics: fix evaluation of RRASingle option in rrdtool backend

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • luci/trunk/applications/luci-statistics/luasrc/statistics/rrdtool.lua

    r2960 r3806  
    4343    -- options 
    4444    opts.timespan  = timespan       or sections.rrdtool.default_timespan or 900 
    45     opts.rrasingle = opts.rrasingle or ( sections.collectd_rrdtool.RRASingle ~= "0" ) 
     45    opts.rrasingle = opts.rrasingle or ( sections.collectd_rrdtool.RRASingle == "1" ) 
    4646    opts.host      = opts.host      or sections.collectd.Hostname        or luci.sys.hostname() 
    4747    opts.width     = opts.width     or sections.rrdtool.image_width      or 400