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

Allow checking kernel processes #59

Closed
deribaucourt opened this issue Apr 25, 2023 · 1 comment
Closed

Allow checking kernel processes #59

deribaucourt opened this issue Apr 25, 2023 · 1 comment
Assignees

Comments

@deribaucourt
Copy link
Member

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].

I suggest adding a cukinia_kprocess function dedicated to kernel processes.

@deribaucourt deribaucourt self-assigned this Apr 25, 2023
@P-D-G P-D-G mentioned this issue Jan 17, 2024
@deribaucourt
Copy link
Member Author

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant