Sha256: c9acc87e49d2157c408c3e5f614109f0f970c84474c16a3d9bd27af5375d2b34
Contents?: true
Size: 407 Bytes
Versions: 14
Compression:
Stored size: 407 Bytes
Contents
# frozen_string_literal: false 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
14 entries across 14 versions & 1 rubygems