mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #9982 from TDT-AG/pr/20190913-collectd
collectd: add additional config option
This commit is contained in:
@@ -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/ \
|
||||
|
||||
@@ -1,2 +1,7 @@
|
||||
{
|
||||
"bool": [
|
||||
"ValuesPercentage",
|
||||
"ReportByCpu",
|
||||
"ReportByState"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,2 +1,6 @@
|
||||
{
|
||||
"bool": [
|
||||
"ValuesPercentage",
|
||||
"ValuesAbsolute"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user