ProcessMetricsCollector doesn't print 'command not found' error correctly #1397
Comments
OnixGH
pushed a commit
that referenced
this issue
Mar 3, 2015
OnixGH
added a commit
that referenced
this issue
Mar 3, 2015
Log failed program in error message, not its command line. Closes GH-1397.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've created a CentOS 6.6 chroot with nginx-1.6.2/passenger-4.0.59 for my rails application. Inside this chroot is very sparse (69 packages total) such that
/bin/ps
does not exist.When I start nginx the following gets spammed into the error.log:
It looks to me like ProcessMetricsCollector v4.0.59 uses ps under the hood and blows up repeatedly.
If /bin/ps is required (appears it is), I expected to see a
/bin/ps: File Not Found
type of error and possibly exiting.The text was updated successfully, but these errors were encountered: