sensu-plugins / sensu-plugins-cpu-checks

This plugin provides native CPU instrumentation for monitoring and metrics collection, including: CPU usage and metrics for user, nice, system, idle, iowait, irq, softirq, steal, and guest.
http://sensu-plugins.io
MIT License
13 stars 34 forks source link

New release needed #14

Closed ttarczynski closed 8 years ago

ttarczynski commented 8 years ago

The latest gem I can find is 0.0.4 which has a fixed version dependency to sensu-plugin:

sensu-plugin (= 1.2.0)

And this results in the following error after updating sensu to version 0.25.0:

# /opt/sensu/embedded/bin/check-cpu.rb --help
/opt/sensu/embedded/lib/ruby/site_ruby/2.3.0/rubygems/dependency.rb:310:in `to_specs': Could not find 'sensu-plugin' (= 1.2.0) - did find: [sensu-plugin-1.3.0] (Gem::MissingSpecVersionError)

It's already fixed on master: sensu-plugins-cpu-checks.gemspec#L41

s.add_runtime_dependency 'sensu-plugin', '~> 1.2'
eheydrick commented 8 years ago

1.0.0 was released with the updated sensu-plugin dependency spec.