# File lib/smart_proxy_monitoring_icinga2/icinga2_result_uploader.rb, line 71 def start @thread = Thread.new { upload } @thread.abort_on_exception = true @thread end