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

gem 'vmstat' is a runtime dependency #40

Closed maxpwil closed 8 years ago

maxpwil commented 8 years ago

the gem 'vmstat' is a runtime dependency: https://github.com/sensu-plugins/sensu-plugins-memory-checks/blob/master/bin/check-ram.rb#L73

but is only configured as development dependency: https://github.com/sensu-plugins/sensu-plugins-memory-checks/blob/master/sensu-plugins-memory-checks.gemspec#L48

maxpwil commented 8 years ago

just saw what you wrote in the README