Class: Sensu::Plugin::RabbitMQ::Check

Inherits:
Check::CLI
  • Object
show all
Includes:
Common
Defined in:
lib/sensu-plugins-rabbitmq/check.rb

Instance Method Summary collapse

Methods included from Common

#acquire_rabbitmq_info, included, #queue_list_builder

Instance Method Details

#runObject

To avoid complaints from mother class at the end of tests (at_exit handler)



13
14
15
# File 'lib/sensu-plugins-rabbitmq/check.rb', line 13

def run
  ok
end