Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/szaszm/sd-journal-util
cat systemd-journald journal
https://github.com/szaszm/sd-journal-util
systemd systemd-journal systemd-journald
Last synced: about 1 month ago
JSON representation
cat systemd-journald journal
- Host: GitHub
- URL: https://github.com/szaszm/sd-journal-util
- Owner: szaszm
- License: unlicense
- Created: 2020-08-31T20:14:44.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T01:23:00.000Z (7 months ago)
- Last Synced: 2024-10-06T18:19:19.836Z (about 1 month ago)
- Topics: systemd, systemd-journal, systemd-journald
- Language: C++
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sd-journal-util
Make sure fmt is installed.
$ git clone [email protected]:szaszm/sd-journal-util.git
$ cd sd-journal-util/
$ mkdir build
$ cd build
$ cmake ..
$ cmake --build .
$ bin/sd_journal_cat
# LicensingThis is under the Unlicense, which is basically a do-whatever-you-want license. The code was an early experimentation that led to the implementation of the ConsumeJournald processor in [MiNiFi C++](https://github.com/apache/nifi-minifi-cpp/blob/main/extensions/systemd/ConsumeJournald.cpp). If you want to reuse parts of that work, you can also choose to do so under the Unlicense as long as you can verify that the copyright of all of the parts you're using is mine. This is the case for the whole file at the time of writing this.