Browse Source

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

collectd: add syslog json plugin
lilik-openwrt-22.03
Hannu Nyman 4 years ago
committed by GitHub
parent
commit
e5195acff3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions
  1. +1
    -1
      utils/collectd/Makefile
  2. +6
    -0
      utils/collectd/files/usr/share/collectd/plugin/syslog.json

+ 1
- 1
utils/collectd/Makefile 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/ \


+ 6
- 0
utils/collectd/files/usr/share/collectd/plugin/syslog.json View File

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

Loading…
Cancel
Save