Merge pull request #9982 from TDT-AG/pr/20190913-collectd
collectd: add additional config option
This commit is contained in:
commit
151f1e30e5
3 changed files with 10 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.9.0
|
PKG_VERSION:=5.9.0
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
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/ \
|
||||||
|
|
|
@ -1,2 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"bool": [
|
||||||
|
"ValuesPercentage",
|
||||||
|
"ReportByCpu",
|
||||||
|
"ReportByState"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
{
|
{
|
||||||
|
"bool": [
|
||||||
|
"ValuesPercentage",
|
||||||
|
"ValuesAbsolute"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue