- bin/check-rabbitmq-alive
- bin/check-rabbitmq-amqp-alive
- bin/check-rabbitmq-cluster-health
- bin/check-rabbitmq-consumers
- bin/check-rabbitmq-messages
- bin/check-rabbitmq-network-partitions
- bin/check-rabbitmq-node-health
- bin/check-rabbitmq-queue-drain-time
- bin/check-rabbitmq-queue
- bin/check-rabbitmq-stomp-alive
- bin/metrics-rabbitmq-overview
- bin/metrics-rabbitmq-queue
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-rabbitmq -P MediumSecurity
You can also download the key from /certs/ within each repository.
gem install sensu-plugins-rabbitmq
Add sensu-plugins-rabbitmq to your Gemfile and run bundle install
or bundle update
Using the Sensu sensu_gem LWRP
sensu_gem 'sensu-plugins-rabbitmq' do
options('--prerelease')
version '0.0.1.alpha.1'
end
Using the Chef gem_package resource
gem_package 'sensu-plugins-rabbitmq' do
options('--prerelease')
version '0.0.1.alpha.1'
end