From f8552afb1c32aece90bba337708f650440850605 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Sat, 12 Dec 2020 18:29:54 +0200 Subject: luci-app-statistics: add dhcpleases Add the dhcpleases plugin: https://github.com/openwrt/packages/pull/14204 Added-Frontend-by: Hannu Nyman Signed-off-by: Nick Hainke [Minor changes to graph: alt_autoscale, precision, label] Signed-off-by: Hannu Nyman --- applications/luci-app-statistics/root/etc/config/luci_statistics | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'applications/luci-app-statistics/root/etc/config/luci_statistics') diff --git a/applications/luci-app-statistics/root/etc/config/luci_statistics b/applications/luci-app-statistics/root/etc/config/luci_statistics index 5a2b94b675..4c50867c0f 100644 --- a/applications/luci-app-statistics/root/etc/config/luci_statistics +++ b/applications/luci-app-statistics/root/etc/config/luci_statistics @@ -86,6 +86,10 @@ config statistics 'collectd_df' option IgnoreSelected '0' option ValuesPercentage '0' +config statistics 'collectd_dhcpleases' + option enable '0' + option Path '/tmp/dhcp.leases' + config statistics 'collectd_disk' option enable '0' option Disks 'hda1 hdb' -- cgit v1.2.3