- bin/check-uchiwa-health
Add the public key (if you haven’t already) as a trusted certificate
gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
gem install sensu-plugins-uchiwa -P MediumSecurity
You can also download the key from /certs/ within each repository.
gem install sensu-plugins-uchiwa
Add sensu-plugins-disk-checks to your Gemfile and run bundle install
or bundle update
Using the Sensu sensu_gem LWRP
sensu_gem 'sensu-plugins-uchiwa' do
options('--prerelease')
version '0.0.1.alpha.4'
end
Using the Chef gem_package resource
gem_package 'sensu-plugins-uchiwa' do
options('--prerelease')
version '0.0.1.alpha.4'
end