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

Fix generating empty stat - Missing column in metrics-cpu.rb #17 #22

Closed michau closed 7 years ago

michau commented 7 years ago

This should fix https://github.com/sensu-plugins/sensu-plugins-cpu-checks/issues/17

eheydrick commented 7 years ago

Thanks for the fix.