#1065462 ITP: netconsd -- The Netconsole Daemon

#1065462#5
Date:
2024-03-05 00:04:46 UTC
From:
To:
* Package name    : netconsd
  Version         : 0.4
  Upstream Contact: Dave Jones <davej@codemonkey.org.uk>
* URL             : https://github.com/facebook/netconsd
* License         : BSD
  Programming Lang: C
  Description     : The Netconsole Daemon

This is a daemon for receiving and processing logs from the Linux Kernel, as
emitted over a network by the kernel's netconsole module. It supports both the
old "legacy" text-only format, and the new extended format added in v4.4.

The core of the daemon does nothing but process messages and drop them: in order
to make the daemon useful, the user must supply one or more "output modules".
These modules are shared object files which expose a small ABI that is called by
netconsd with the content and metadata for netconsole messages it receives.