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

Asset builds should include vmstat gem #102

Open cwjohnston opened 4 years ago

cwjohnston commented 4 years ago

Per the readme, check-ram.rb requires vmstat but that gem is not part of this gem's runtime requirements (not installed by default).

In order to make check-ram.rb functional for those consuming releases as Sensu Go asset builds, we need to explicitly install the vmstat gem as part of the build process.

jsnod commented 3 years ago

Any update on this @jspaleta ? I am unable to use this plugin in my Sensu Go 6.2.0 setup because of the missing vmstat gem.