We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
cukinia_process allows checking that a user process is running, however it explicitly doesn't allow testing kernel processes:
# skip kernel threads [ -x $procdir/exe ] || continue
It can be legitimate to verify that some key kernel threads are running, for instance [watchdogd].
[watchdogd]
I suggest adding a cukinia_kprocess function dedicated to kernel processes.
The text was updated successfully, but these errors were encountered:
Merged
Sorry, something went wrong.
deribaucourt
No branches or pull requests
cukinia_process allows checking that a user process is running, however it explicitly doesn't allow testing kernel processes:
It can be legitimate to verify that some key kernel threads are running, for instance
[watchdogd]
.I suggest adding a cukinia_kprocess function dedicated to kernel processes.
The text was updated successfully, but these errors were encountered: