diff options
author | Florian Eckert <fe@dev.tdt.de> | 2020-04-27 13:29:27 +0200 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2020-05-04 14:51:14 +0200 |
commit | bb666cc9ff78b02c93e642f2ac78df30f34d3cd2 (patch) | |
tree | 455cc968229488cf2667c4ae771749774a0b6296 | |
parent | ef61a2be506d09e7efc6555c68763b78134b2ac2 (diff) |
collectd: add syslog json plugin
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | utils/collectd/Makefile | 2 | ||||
-rw-r--r-- | utils/collectd/files/usr/share/collectd/plugin/syslog.json | 6 |
2 files changed, 7 insertions, 1 deletions
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" + ] +} |