sensu-plugins / sensu-plugins-memory-checks

This plugin provides native memory instrumentation for monitoring and metrics collection, including: memory usage via `free` and `vmstat`, including metrics. Note that this plugin may have cross-platform issues.
http://sensu-plugins.io
MIT License
15 stars 50 forks source link

vmstat gem required ? #33

Closed dmsimard closed 8 years ago

dmsimard commented 8 years ago

I didn't need to install the vmstat gem manually until now. Just installing this plugin worked by itself.

What changed ? Why can't the plugin installation pull the vmstat gem by itself if it is now required ?

eheydrick commented 8 years ago

Hi @dmsimard, the vmstat gem was removed as a dependency so the plugin installation doesn't fail if gcc isn't installed. Check out the README for more info.

dmsimard commented 8 years ago

How does this make sense ? The plugin doesn't work if the vmstat gem isn't installed. So, great, now you can install it if gcc isn't installed but it still won't work because vmstat is required.