collectd: add vmem uci config

Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
(cherry picked from commit 3763b238e7)
This commit is contained in:
Marcin Jurkowski 2019-12-12 22:07:29 +02:00 committed by Hannu Nyman
parent 3a65e659db
commit b4f3e50856
3 changed files with 9 additions and 1 deletions

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=collectd PKG_NAME:=collectd
PKG_VERSION:=5.10.0 PKG_VERSION:=5.10.0
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://collectd.org/files/ \ PKG_SOURCE_URL:=https://collectd.org/files/ \

View file

@ -193,3 +193,6 @@ config globals 'globals'
#config plugin 'uptime' #config plugin 'uptime'
# option enable '0' # option enable '0'
#config plugin 'vmem'
# option enable '0'
# option Verbose '0'

View file

@ -0,0 +1,5 @@
{
"bool": [
"Verbose"
]
}