Changeset 7990
- Timestamp:
- 11/28/11 05:50:54 (18 months ago)
- Location:
- luci/trunk/applications/luci-statistics
- Files:
-
- 2 added
- 4 modified
-
luasrc/model/cbi/luci_statistics/conntrack.lua (added)
-
luasrc/model/cbi/luci_statistics/memory.lua (modified) (1 prop)
-
luasrc/statistics/rrdtool/definitions/conntrack.lua (added)
-
luasrc/statistics/rrdtool/definitions/memory.lua (modified) (1 prop)
-
root/etc/config/luci_statistics (modified) (1 diff)
-
root/usr/bin/stat-genconfig (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
luci/trunk/applications/luci-statistics/luasrc/model/cbi/luci_statistics/memory.lua
- Property svn:keywords set to Id
-
luci/trunk/applications/luci-statistics/luasrc/statistics/rrdtool/definitions/memory.lua
- Property svn:keywords set to Id
-
luci/trunk/applications/luci-statistics/root/etc/config/luci_statistics
r7988 r7990 132 132 option 'RRASingle' '1' 133 133 option 'RRATimespans' '1hour 1day 1week 1month 1year' 134 135 config 'statistics' 'collectd_memory' 136 option 'enable' '1' 137 138 config 'statistics' 'collectd_conntrack' 139 option 'enable' '1' -
luci/trunk/applications/luci-statistics/root/usr/bin/stat-genconfig
r7989 r7990 193 193 end 194 194 195 196 195 str = str .. _expand( c[n], k, nopad ) 197 196 end … … 335 334 }, 336 335 337 memory = { }, 336 memory = { 337 { }, 338 { }, 339 { } 340 }, 338 341 339 342 netlink = {
