Merge pull request #9982 from TDT-AG/pr/20190913-collectd

collectd: add additional config option
This commit is contained in:
Hannu Nyman 2019-09-15 22:13:38 +03:00 committed by GitHub
commit 151f1e30e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

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

View file

@ -1,2 +1,7 @@
{
"bool": [
"ValuesPercentage",
"ReportByCpu",
"ReportByState"
]
}

View file

@ -1,2 +1,6 @@
{
"bool": [
"ValuesPercentage",
"ValuesAbsolute"
]
}