This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#12076
from TDT-AG/pr/20200504-collectd
collectd: add syslog json plugin
lilik-openwrt-22.03
Hannu Nyman
5 years ago
committed by
GitHub
parent
ef61a2be50
bb666cc9ff
commit
e5195acff3
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/collectd/Makefile
+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"
]
}
Write
Preview
Loading…
Cancel
Save