Sha256: 4287c2e5bf8fa824c35192ffb80397c5f849f6cfa0e087444bf0c8d8c1434022

Contents?: true

Size: 249 Bytes

Versions: 15

Compression:

Stored size: 249 Bytes

Contents

class 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

15 entries across 15 versions & 1 rubygems

Version Path
capper-0.8.1 lib/capper/utils/monit.rb
capper-0.8.0 lib/capper/utils/monit.rb
capper-0.7.3 lib/capper/utils/monit.rb
capper-0.7.2 lib/capper/utils/monit.rb
capper-0.7.1 lib/capper/utils/monit.rb
capper-0.7.0 lib/capper/utils/monit.rb
capper-0.6.8 lib/capper/utils/monit.rb
capper-0.6.7 lib/capper/utils/monit.rb
capper-0.6.6 lib/capper/utils/monit.rb
capper-0.6.5 lib/capper/utils/monit.rb
capper-0.6.4 lib/capper/utils/monit.rb
capper-0.6.3 lib/capper/utils/monit.rb
capper-0.6.2 lib/capper/utils/monit.rb
capper-0.6.1 lib/capper/utils/monit.rb
capper-0.6.0 lib/capper/utils/monit.rb