Sha256: 60285313a8cf4b1fbf060773f213a8978bdaf9db4172301acb906a646d171a74

Contents?: true

Size: 278 Bytes

Versions: 68

Compression:

Stored size: 278 Bytes

Contents

# frozen_string_literal: true

module Orchestration
  module Services
    module Mongo
      class Healthcheck
        include HealthcheckBase
        include HTTPHealthcheck

        def connection_success?(code)
          code == '200'
        end
      end
    end
  end
end

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
orchestration-0.7.15 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.16 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.14 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.13 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.15 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.12 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.14 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.11 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.13 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.10 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.9 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.12 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.8 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.11 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.6 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.10 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.5 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.7.4 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.9 lib/orchestration/services/mongo/healthcheck.rb
orchestration-0.6.8 lib/orchestration/services/mongo/healthcheck.rb