From: Florian Eckert Date: Mon, 27 Apr 2020 11:29:27 +0000 (+0200) Subject: collectd: add syslog json plugin X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bb666cc9ff78b02c93e642f2ac78df30f34d3cd2;p=openwrt-packages.git collectd: add syslog json plugin Signed-off-by: Florian Eckert --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index 4639baedc..24b045901 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -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/ \ diff --git a/utils/collectd/files/usr/share/collectd/plugin/syslog.json b/utils/collectd/files/usr/share/collectd/plugin/syslog.json new file mode 100644 index 000000000..d4765098b --- /dev/null +++ b/utils/collectd/files/usr/share/collectd/plugin/syslog.json @@ -0,0 +1,6 @@ +{ + "string": [ + "LogLevel", + "NotifyLevel" + ] +}