]> git.99rst.org Git - openwrt-packages.git/commitdiff
collect: add missing configuration options to collectd df plugin config
authorMikhail Gusarov <redacted>
Sun, 28 Jun 2026 16:47:10 +0000 (18:47 +0200)
committerHannu Nyman <redacted>
Thu, 2 Jul 2026 16:57:38 +0000 (19:57 +0300)
`collectd` `df` plugin configuration file misses several options
supported by `collectd` `df`. This change adds them.

Fixes #29849

Signed-off-by: Mikhail Gusarov <redacted>
utils/collectd/Makefile
utils/collectd/files/usr/share/collectd/plugin/df.json

index 77138875d3abbbdd09d0785f396b1f95c6ac8594..5618c8825c6d4c66f381649335b696d119984a54 100644 (file)
@@ -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/ \
index dde65fd8b9e73dff5e354e6557dd1caba3e6404d..7ed7ea7cfa95c82b5b33faba3efed11e2f18ac67 100644 (file)
@@ -1,6 +1,10 @@
 {
        "bool": [
-               "IgnoreSelected"
+               "IgnoreSelected",
+               "ReportByDevice",
+               "ReportInodes",
+               "ValuesAbsolute",
+               "ValuesPercentage"
        ],
        "list": [
                "Device",
git clone https://git.99rst.org/PROJECT