# File lib/smart_proxy_monitoring_icinga2/icinga2_initial_importer.rb, line 82
    def start
      @thread = Thread.new { monitor }
      @thread.abort_on_exception = true
      @thread
    end