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.14 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.13 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.12 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.11 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.10 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.9 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.8 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.7 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.6 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.5 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.4 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.3 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.2 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.1 lib/reporter/default/properties_xen.rb