mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixed typo
This commit is contained in:
parent
b519ad39b6
commit
1895d5aca9
1 changed files with 1 additions and 1 deletions
|
|
@ -841,7 +841,7 @@ function create_rrd(name, step, ds)
|
|||
step, -- step
|
||||
'DS:' .. ds .. ':DERIVE:5:U:U',
|
||||
'RRA:AVERAGE:0.5:1:'..tostring(prefs.intf_rrd_raw_days*24*60*60), -- raw: 1 day = 86400
|
||||
'RRA:AVERAGE:0.5:60:'..tostring(prefs.intf_rrd_1m_days*24*60), -- 1 min resolution = 1 month
|
||||
'RRA:AVERAGE:0.5:60:'..tostring(prefs.intf_rrd_1min_days*24*60), -- 1 min resolution = 1 month
|
||||
'RRA:AVERAGE:0.5:3600:'..tostring(prefs.intf_rrd_1h_days*24), -- 1h resolution (3600 points) 2400 hours = 100 days
|
||||
'RRA:AVERAGE:0.5:86400:'..tostring(prefs.intf_rrd_1d_days) -- 1d resolution (86400 points) 365 days
|
||||
-- 'RRA:HWPREDICT:1440:0.1:0.0035:20'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue