Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Plack-Middleware-ServerStatus-Lite CPAN distribution.

Report information
The Basics
Id: 79329
Status: resolved
Priority: 0/
Queue: Plack-Middleware-ServerStatus-Lite

People
Owner: Nobody in particular
Requestors: tomas.zemres [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.08
Fixed in: (no value)



Subject: Is it possible add parameter for skip calling "command ps"?
This module is not working in my chroot without "ps" command and mounted "/proc". Is it possible add parameter for optinal skip filtering workers with command: my $ps = `LC_ALL=C command ps -e -o ppid,pid`;? I do not need this filtering, because I periodically delete status-files of dead processes from scoreboard-directory by their PID (using cron).
`ps -e` is necessary to finding processes that does not process any requests. But I recognized that ServerStatus::Lite has problems at systems that not mount /proc. I'll add skip-ps option next version.