Class: HealthMonitor::Providers::Solr

Inherits:
Base
  • Object
show all
Defined in:
lib/health_monitor/providers/solr.rb

Defined Under Namespace

Classes: Configuration

Instance Attribute Summary

Attributes inherited from Base

#configuration, #request

Instance Method Summary collapse

Methods inherited from Base

#configure, #initialize

Constructor Details

This class inherits a constructor from HealthMonitor::Providers::Base

Instance Method Details

#check!Object



23
24
25
26
27
# File 'lib/health_monitor/providers/solr.rb', line 23

def check!
  check_solr_connection!
rescue Exception => e
  raise SolrException.new(e.message)
end