From cae6563091439164a38fd15405e1898acf8df2af Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 13 Sep 2019 12:50:15 +0200 Subject: [PATCH 1/3] collectd: add new cpu config values Signed-off-by: Florian Eckert --- utils/collectd/files/usr/share/collectd/plugin/cpu.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/collectd/files/usr/share/collectd/plugin/cpu.json b/utils/collectd/files/usr/share/collectd/plugin/cpu.json index 2c63c0851..ef28a43e8 100644 --- a/utils/collectd/files/usr/share/collectd/plugin/cpu.json +++ b/utils/collectd/files/usr/share/collectd/plugin/cpu.json @@ -1,2 +1,7 @@ { + "bool": [ + "ValuesPercentage", + "ReportByCpu", + "ReportByState" + ] } From 1082477fbc31f868679d3e4f7c5c01056e7576c3 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 13 Sep 2019 12:50:26 +0200 Subject: [PATCH 2/3] collectd: add new memory config values Signed-off-by: Florian Eckert --- utils/collectd/files/usr/share/collectd/plugin/memory.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/collectd/files/usr/share/collectd/plugin/memory.json b/utils/collectd/files/usr/share/collectd/plugin/memory.json index 2c63c0851..fc43e2fe9 100644 --- a/utils/collectd/files/usr/share/collectd/plugin/memory.json +++ b/utils/collectd/files/usr/share/collectd/plugin/memory.json @@ -1,2 +1,6 @@ { + "bool": [ + "ValuesPercentage", + "ValuesAbsolute" + ] } From 8260ce17899e5c02283ae57e03ff6609211ea544 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Fri, 13 Sep 2019 13:02:20 +0200 Subject: [PATCH 3/3] collectd: bump PKG_RELEASE number Signed-off-by: Florian Eckert --- utils/collectd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 21a2285dd..9d946167c 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.9.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \