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

Needs to be updated for dependency 'sensu-plugins' 1.3.0 ? #36

Closed mnellemann closed 8 years ago

mnellemann commented 8 years ago

Hi,

My sensu-plugins gem was updated to latest version 1.3.0, making this plugins fail. Could it be updated to support the updated dependency ?

/opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems/dependency.rb:310:into_specs': Could not find 'sensu-plugin' (= 1.2.0) - did find: sensu-plugin-1.3.0 Checked in 'GEM_PATH=/opt/sensu/embedded/lib/ruby/gems/2.3.0:/opt/sensu/.gem/ruby/2.3.0', execute gem env for more information from /opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems/specification.rb:1439:in block in activate_dependencies' from /opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems/specification.rb:1428:ineach' from /opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems/specification.rb:1428:in activate_dependencies' from /opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems/specification.rb:1410:inactivate' from /opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems.rb:279:in block in activate_bin_path' from /opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems.rb:279:insynchronize' from /opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems.rb:279:in activate_bin_path' from /opt/sensu/embedded/bin/check-memory.rb:22:in

'`

cwjohnston commented 8 years ago

Hi @mnellemann, I looked into this and it appears that version 0.0.9 shipped with the updated dependency you described.

Will you please take a look at what version you are running and let us know if you still see a problem with this dependency when using the most recent release?