I believe since the response is nil.. then open-uri tries to call `resp.code` which does not work <img width="960" alt="image" src="https://user-images.githubusercontent.com/1371733/221168684-a7ed8b66-5b89-47ec-a26c-f020ca293d53.png"> ```ruby IoMonitor.configure do |config| config.publish = :logs config.warn_threshold = 0.8 config.adapters = [:active_record, :net_http, :redis] end ```