Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logic/journald-syslog
A syslog ingestor for journald
https://github.com/logic/journald-syslog
Last synced: 5 days ago
JSON representation
A syslog ingestor for journald
- Host: GitHub
- URL: https://github.com/logic/journald-syslog
- Owner: logic
- License: gpl-3.0
- Created: 2015-12-15T20:55:30.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T22:06:29.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T07:45:34.358Z (28 days ago)
- Language: Go
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
journald-syslog is Copyright 2015 Ed Marshall. All rights reserved. Use of
this source code is governed by the terms of the GNU Gemeral Public License,
either version 3, or (at your option) any later version; please see the file
COPYING for more details.journald-syslog is a simple syslog ingestor. It is designed to be used with
systemd socket activation to listen on the network for syslog packets in
either RFC3264 or RFC5424 format (or something roughly approaching those
formats), and injecting them into journald in a useful way.This project depends on the systemd activation and journal code found at:
https://github.com/coreos/go-systemd/