Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Net: introduce net-only heartbeat messages #309

Open
solardiz opened this issue Feb 25, 2024 · 0 comments
Open

Net: introduce net-only heartbeat messages #309

solardiz opened this issue Feb 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@solardiz
Copy link
Contributor

solardiz commented Feb 25, 2024

Nov 10, 2022

Right now, when we enable LKRG's heartbeat, those messages are getting to the kernel's ring buffer and are seen in dmesg, quickly scrolling other messages out of convenient reach. (Further, on some distros they'd appear on console by default, but we could easily avoid that by lowering their syslog priority. This was also part of the reason why we're not relying on console messages for sending them to the remote, instead reading from the kernel's ring buffer.)

We could want to introduce a type of heartbeat messages that would only be sent over network (when enabled), without flooding dmesg.

@solardiz solardiz added the enhancement New feature or request label Feb 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant