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.

Home Page:http://sensu-plugins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor metrics-per-process.rb

jspaleta opened this issue · comments

this ruby script sneakily calls python under the covers.
This is super fragile, and very hard to ensure the running environment has what you need before hand as this is a complicted implicit dep not captured in the gemspec.