sensu-plugins / sensu-plugins-process-checks

This plugin provides native process instrumentation for monitoring and metrics collection, including: process status, uptime, thread count, and others.
http://sensu-plugins.io
MIT License
20 stars 55 forks source link

--file-pid-crit Option #79

Open anismoula opened 5 years ago

anismoula commented 5 years ago

Hello,

I have a question a little silly, how to use the "--file-pid-crit" option ? i tested this commands but does not work for me :

/opt/sensu/embedded/bin/check-process.rb -p httpd -F /var/run/httpd/httpd.pid /opt/sensu/embedded/bin/check-process.rb F /var/run/httpd/httpd.pid

best regards