laminas-diagnostics icon indicating copy to clipboard operation
laminas-diagnostics copied to clipboard

fix(process-check): support Alpine Linux ps command

Open pierreboissinot opened this issue 6 months ago • 1 comments

Q A
Documentation no
Bugfix yes
BC Break no
New Feature no
RFC no
QA no

Description

Replaced unsupported ps -efww with ps -eo pid,args for BusyBox compatibility. Moved filtering logic to PHP/grep to ensure reliable process detection on Alpine-based containers.

pierreboissinot avatar Aug 18 '25 11:08 pierreboissinot

Could you point to documentation somewhere about new command usage?

Add reference comment on the code with @see link should be ok.

Thank you.

samsonasik avatar Aug 18 '25 11:08 samsonasik