mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 15:08:40 +01:00
Merge pull request #12076 from TDT-AG/pr/20200504-collectd
collectd: add syslog json plugin
This commit is contained in:
@@ -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/ \
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"string": [
|
||||
"LogLevel",
|
||||
"NotifyLevel"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user