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

gem installation fails on windows due to linux-kstat 0.1.3 dependency #34

Closed troglas closed 6 years ago

troglas commented 6 years ago

Hi, having installed sensu 1.4.2-4 on windows, the command C:\opt\sensu\embedded\bin\gem install sensu-plugins-cpu-checks fails with error:

ERROR: Could not find a valid gem 'linux-kstat' (= 0.1.3) in any repository ERROR: Possible alternatives: linux-kstat

When I try to download linux-kstat I see only 0.1.0 using gem install linux-kstat I see only 0.1.0 version available.

Best regards,

majormoses commented 6 years ago

I believe this is the same issue as #28 closing as a duplicate and will update that issue title so its easier for people to find.