Merge pull request #10756 from marcin1j/pr/20191210-collectd-uci-vmem
collectd: add vmem uci config
This commit is contained in:
commit
3b7be31759
3 changed files with 9 additions and 1 deletions
|
@ -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/ \
|
||||||
|
|
|
@ -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'
|
||||||
|
|
5
utils/collectd/files/usr/share/collectd/plugin/vmem.json
Normal file
5
utils/collectd/files/usr/share/collectd/plugin/vmem.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"bool": [
|
||||||
|
"Verbose"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue