Merge pull request #12076 from TDT-AG/pr/20200504-collectd
collectd: add syslog json plugin
This commit is contained in:
commit
e5195acff3
2 changed files with 7 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.11.0
|
PKG_VERSION:=5.11.0
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
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/ \
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"string": [
|
||||||
|
"LogLevel",
|
||||||
|
"NotifyLevel"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue