GitShow/facebook/netconsd
facebook

netconsd

Receive and process logs from the Linux kernel.

by facebook
Star on GitHubFork

C

61 stars24 forks18 contributorsQuiet · 2mo agoSince 2021BSD-3-Clause

Meet the team

See all 18 on GitHub →
davide125
davide12513 contributions
kernelslacker
kernelslacker12 contributions
inwardvessel
inwardvessel4 contributions
jcalvinowens
jcalvinowens4 contributions
r-barnes
r-barnes2 contributions
facebook-github-bot
facebook-github-bot1 contribution
amyreese
amyreese1 contribution
k0ste
k0ste1 contribution

Languages

View on GitHub →
C82.3%
C++11.8%
Python3.3%
Makefile2.7%

Commit activity

Last 12 weeks · 1 commit

Full graph →

Community health

4 of 6 standards met

Community profile →
75
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 2mo ago
See all on GitHub →
kernelslacker
Revert "chore: Added systemd files"OpenPR

Reverts facebook/netconsd#21

kernelslacker · 3w ago

Recent fixes

View closed PRs →
cluck
fix: existing log files being truncated on restartMergedPR

The existing modules pass flag to for opening the (usually pre-existing) logfiles. This results in all existing log entries to be discarded. This PR changes O_TRUNC to O_APPEND. It also add an example logrotate config file.

cluck · 3w ago
jcalvinowens
Don't truncate existing logfiles in logger output modulesMergedPR

The current behavior is to truncate logfiles after the daemon is restarted, which is probably not what anybody expects or wants. Fix by dropping O_TRUNC and seeking to the end of the file. Also drop abort() for exit() as seen elsewhere in the program.

jcalvinowens · 2mo ago
k0ste
chore: Added systemd filesMergedPR

Added systemd files for packages (used for aur/netconsd) systemd.service sysusers for user creation tmpfiles for netconsd logger module output

k0ste · 4mo ago
Structured data for AI agents

Repository: facebook/netconsd. Description: Receive and process logs from the Linux kernel. Stars: 61, Forks: 24. Primary language: C. Languages: C (82.3%), C++ (11.8%), Python (3.3%), Makefile (2.7%). License: BSD-3-Clause. Open PRs: 1, open issues: 0. Last activity: 2mo ago. Community health: 75%. Top contributors: davide125, kernelslacker, inwardvessel, jcalvinowens, r-barnes, facebook-github-bot, amyreese, k0ste, michel-slm, nlutsenko and others.

·@ofershap

Replace github.com with gitshow.dev