From: Marcin Jurkowski Date: Tue, 10 Dec 2019 23:20:51 +0000 (+0100) Subject: collectd: add vmem uci config X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3763b238e72c7db69398376007833fd78d67f4a6;p=openwrt-packages.git collectd: add vmem uci config Signed-off-by: Marcin Jurkowski --- 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" + ] +}