Module: Enterprise::Ohai

Defined in:
lib/enterprise/ohai.rb

Class Method Summary collapse

Class Method Details

.runObject



9
10
11
# File 'lib/enterprise/ohai.rb', line 9

def self.run
  puts JSON.pretty_generate(system_data)
end

.system_dataObject



13
14
15
16
17
18
19
# File 'lib/enterprise/ohai.rb', line 13

def self.system_data
  system = ::Ohai::System.new

  system.all_plugins

  system.data
end