git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1bbbe8a
)
luci-app-statistics: fix whitespace
author
Hannu Nyman
<redacted>
Tue, 2 May 2017 07:07:30 +0000
(10:07 +0300)
committer
Hannu Nyman
<redacted>
Tue, 2 May 2017 07:07:30 +0000
(10:07 +0300)
* fix whitespace in config file
* place the contextswitch item corerrctly
in the sorted options list
Signed-off-by: Hannu Nyman <redacted>
applications/luci-app-statistics/root/etc/config/luci_statistics
patch
|
blob
|
history
diff --git
a/applications/luci-app-statistics/root/etc/config/luci_statistics
b/applications/luci-app-statistics/root/etc/config/luci_statistics
index 4a11ebc3e81048cb04cfd48a3f80a8b28f20ba28..c081a8e724c5db4f5a3c3caab2deb292ff2d6e02 100644
(file)
--- a/
applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/
applications/luci-app-statistics/root/etc/config/luci_statistics
@@
-52,6
+52,9
@@
config statistics 'collectd_unixsock'
config statistics 'collectd_conntrack'
option enable '0'
+config statistics 'collectd_contextswitch'
+ option enable '0'
+
config statistics 'collectd_cpu'
option enable '1'
@@
-162,6
+165,3
@@
config statistics 'collectd_thermal'
config statistics 'collectd_uptime'
option enable '0'
-config statistics 'collectd_contextswitch'
- option enable '0'
-
git clone https://git.99rst.org/PROJECT