Browse Source

Merge pull request #10756 from marcin1j/pr/20191210-collectd-uci-vmem

collectd: add vmem uci config
lilik-openwrt-22.03
Hannu Nyman 5 years ago
committed by GitHub
parent
commit
3b7be31759
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 1 deletions
  1. +1
    -1
      utils/collectd/Makefile
  2. +3
    -0
      utils/collectd/files/collectd.uci
  3. +5
    -0
      utils/collectd/files/usr/share/collectd/plugin/vmem.json

+ 1
- 1
utils/collectd/Makefile View File

@ -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/ \


+ 3
- 0
utils/collectd/files/collectd.uci View File

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

+ 5
- 0
utils/collectd/files/usr/share/collectd/plugin/vmem.json View File

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

Loading…
Cancel
Save