Merge pull request #12076 from TDT-AG/pr/20200504-collectd

collectd: add syslog json plugin
This commit is contained in:
Hannu Nyman 2020-05-04 16:36:51 +03:00 committed by GitHub
commit e5195acff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

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

View file

@ -0,0 +1,6 @@
{
"string": [
"LogLevel",
"NotifyLevel"
]
}