# File lib/new_relic/agent/utilization_data.rb, line 89 def config_hash config_hash = {} if hostname = configured_hostname config_hash[:hostname] = hostname end if logical_processors = configured_logical_processors config_hash[:logical_processors] = logical_processors end if total_ram_mib = configured_total_ram_mib config_hash[:total_ram_mib] = total_ram_mib end config_hash end