From: Florian Forster Date: Fri, 12 Nov 2010 07:13:42 +0000 (+0100) Subject: processes plugin: Don't complain about a failed open(/proc/$PID/cmdline) X-Git-Tag: collectd-4.9.4~4 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=c089c920528313b72a535dabfcdbd91a66c8d977;hp=c089c920528313b72a535dabfcdbd91a66c8d977;p=collectd.git processes plugin: Don't complain about a failed open(/proc/$PID/cmdline) ... if the error is ENOENT. This merely means we were too slow and that we can safely ignore the process. ---