From: Mikhail Gusarov Date: Sun, 28 Jun 2026 16:47:10 +0000 (+0200) Subject: collect: add missing configuration options to collectd df plugin config X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=45c9d0b9c86aeb54735459a04e411b6560ed4c51;p=openwrt-packages.git collect: add missing configuration options to collectd df plugin config `collectd` `df` plugin configuration file misses several options supported by `collectd` `df`. This change adds them. Fixes #29849 Signed-off-by: Mikhail Gusarov --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 77138875d..5618c8825 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.12.0 -PKG_RELEASE:=56 +PKG_RELEASE:=57 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ diff --git a/utils/collectd/files/usr/share/collectd/plugin/df.json b/utils/collectd/files/usr/share/collectd/plugin/df.json index dde65fd8b..7ed7ea7cf 100644 --- a/utils/collectd/files/usr/share/collectd/plugin/df.json +++ b/utils/collectd/files/usr/share/collectd/plugin/df.json @@ -1,6 +1,10 @@ { "bool": [ - "IgnoreSelected" + "IgnoreSelected", + "ReportByDevice", + "ReportInodes", + "ValuesAbsolute", + "ValuesPercentage" ], "list": [ "Device",