Sha256: bd394b80367dea704e03f294ee04978a6dcd1e5d6f49c46fb3f667df3cfb95d4

Contents?: true

Size: 340 Bytes

Versions: 74

Compression:

Stored size: 340 Bytes

Contents

# Onering Collector - Xen Properties plugin
#   provides collection of Xen metadata
#
report do
  xen_guests     = Facter.value('xen_guests')
  xen_guest_uuid = Facter.value('xen_uuid')
  xen = {}

# xen host
  xen[:@guests] = xen_guests  if xen_guests

# xen guest
  xen[:uuid] = xen_guest_uuid if xen_guest_uuid

  property :xen, xen
end

Version data entries

74 entries across 74 versions & 2 rubygems

Version Path
onering-report-plugins-0.0.34 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.33 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.32 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.31 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.30 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.29 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.28 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.27 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.26 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.25 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.24 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.23 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.22 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.21 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.20 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.19 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.18 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.17 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.16 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.15 lib/reporter/default/properties_xen.rb