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

Refactor metrics-per-process.rb #107

Open jspaleta opened 4 years ago

jspaleta commented 4 years ago

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.