From 3763b238e72c7db69398376007833fd78d67f4a6 Mon Sep 17 00:00:00 2001 From: Marcin Jurkowski Date: Wed, 11 Dec 2019 00:20:51 +0100 Subject: [PATCH] collectd: add vmem uci config Signed-off-by: Marcin Jurkowski --- utils/collectd/Makefile | 2 +- utils/collectd/files/collectd.uci | 3 +++ utils/collectd/files/usr/share/collectd/plugin/vmem.json | 5 +++++ 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 utils/collectd/files/usr/share/collectd/plugin/vmem.json diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 74fa9c42a..a0283de4f 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=collectd PKG_VERSION:=5.10.0 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://collectd.org/files/ \ diff --git a/utils/collectd/files/collectd.uci b/utils/collectd/files/collectd.uci index a04cbc31a..f4b3df1ea 100644 --- a/utils/collectd/files/collectd.uci +++ b/utils/collectd/files/collectd.uci @@ -193,3 +193,6 @@ config globals 'globals' #config plugin 'uptime' # option enable '0' +#config plugin 'vmem' +# option enable '0' +# option Verbose '0' diff --git a/utils/collectd/files/usr/share/collectd/plugin/vmem.json b/utils/collectd/files/usr/share/collectd/plugin/vmem.json new file mode 100644 index 000000000..5fb8a8526 --- /dev/null +++ b/utils/collectd/files/usr/share/collectd/plugin/vmem.json @@ -0,0 +1,5 @@ +{ + "bool": [ + "Verbose" + ] +}