summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-statistics/root
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-statistics/root')
-rw-r--r--applications/luci-app-statistics/root/etc/config/luci_statistics3
-rw-r--r--applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json4
2 files changed, 7 insertions, 0 deletions
diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics
index 6edcb30d4e..d1fef13b6e 100644
--- a/applications/luci-app-statistics/root/etc/config/luci_statistics
+++ b/applications/luci-app-statistics/root/etc/config/luci_statistics
@@ -123,6 +123,9 @@ config statistics 'collectd_interface'
option Interfaces 'br-lan'
option IgnoreSelected '0'
+config statistics 'collectd_ipstatistics'
+ option enable '0'
+
config statistics 'collectd_iptables'
option enable '0'
diff --git a/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json
new file mode 100644
index 0000000000..a13f14aea9
--- /dev/null
+++ b/applications/luci-app-statistics/root/usr/share/luci/statistics/plugins/ipstatistics.json
@@ -0,0 +1,4 @@
+{
+ "title": "IP-Statistics",
+ "category": "network"
+}