Skip to content
Discussion options

You must be logged in to vote

Hi @gunverth,

That warning comes from the bracketed/kernel-style detector, not the suspicious-process scan, so SAFE_PROCESSES won't touch it. Use SAFE_BRACKET_PROCESSES (or SAFE_KERNEL_PROCESSES).

Also, on those two lists a plain name means an exact, whole-string match, so celeryd doesn't match celeryd: celery@paperless:ForkPoolWorker-3057. Use a wildcard or regex instead:

SAFE_BRACKET_PROCESSES="celeryd*"

I've also clarified this in the docs/template. Thanks for the report!

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@gunverth
Comment options

@tis24dev
Comment options

Answer selected by gunverth
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants