Sha256: 780b6723018f279c086f284e3590e8a327bd1eeac50620aa3113eeee4a8aa602
Contents?: true
Size: 375 Bytes
Versions: 2
Compression:
Stored size: 375 Bytes
Contents
require 'sensu-plugin/check/cli' require 'sensu-plugins-rabbitmq/rabbitmq' module Sensu module Plugin module RabbitMQ class Check < Sensu::Plugin::Check::CLI include Sensu::Plugin::RabbitMQ::Common # To avoid complaints from mother class at the end of tests (at_exit handler) def run ok end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-rabbitmq-3.6.0 | lib/sensu-plugins-rabbitmq/check.rb |
sensu-plugins-rabbitmq-3.5.0 | lib/sensu-plugins-rabbitmq/check.rb |