diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-29 16:00:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-05-29 16:00:34 +0000 |
commit | 7f995fd0b68cf9416c3a1a74252cfef9f84f182d (patch) | |
tree | 4cebdce1a99d886804ed2b5a0f7aae5f50ea614c /applications | |
parent | fe7cbc15b84da52097c2c50ebcf96f95825587d0 (diff) |
* luci/statistics: include cpu plugin in stat-genconfig
Diffstat (limited to 'applications')
-rwxr-xr-x | applications/luci-statistics/root/usr/bin/stat-genconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-statistics/root/usr/bin/stat-genconfig b/applications/luci-statistics/root/usr/bin/stat-genconfig index 115eab1f9..052093b47 100755 --- a/applications/luci-statistics/root/usr/bin/stat-genconfig +++ b/applications/luci-statistics/root/usr/bin/stat-genconfig @@ -234,6 +234,12 @@ plugins = { { } }, + cpu = { + { }, + { }, + { } + }, + csv = { { "DataDir" }, { "StoreRates" }, |