Sha256: 279c84b29ffc8c862c5554834daae481ea61a4fce3b43a0da3e1330c556abd5b

Contents?: true

Size: 250 Bytes

Versions: 33

Compression:

Stored size: 250 Bytes

Contents

module Capper
  module Utils
    module Monit

      def monit_config(name, body, options={})
        set(:monit_configs, fetch(:monit_configs, {}).merge(name => {
          :options => options, :body => body
        }))
      end

    end
  end
end

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
capper-1.2.4 lib/capper/utils/monit.rb
capper-1.2.3 lib/capper/utils/monit.rb
capper-1.2.2 lib/capper/utils/monit.rb
capper-1.2.1 lib/capper/utils/monit.rb
capper-1.2.0 lib/capper/utils/monit.rb
capper-1.1.0 lib/capper/utils/monit.rb
capper-1.0.1 lib/capper/utils/monit.rb
capper-1.0.0 lib/capper/utils/monit.rb
capper-0.9.23 lib/capper/utils/monit.rb
capper-0.9.22 lib/capper/utils/monit.rb
capper-0.9.21 lib/capper/utils/monit.rb
capper-0.9.20 lib/capper/utils/monit.rb
capper-0.9.19 lib/capper/utils/monit.rb
capper-0.9.18 lib/capper/utils/monit.rb
capper-0.9.17 lib/capper/utils/monit.rb
capper-0.9.16 lib/capper/utils/monit.rb
capper-0.9.15 lib/capper/utils/monit.rb
capper-0.9.14 lib/capper/utils/monit.rb
capper-0.9.13 lib/capper/utils/monit.rb
capper-0.9.12 lib/capper/utils/monit.rb