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-0.6.13 lib/reporter/default/properties_xen.rb
onering-report-0.6.12 lib/reporter/default/properties_xen.rb
onering-report-0.6.11 lib/reporter/default/properties_xen.rb
onering-report-0.6.10 lib/reporter/default/properties_xen.rb
onering-report-0.6.9 lib/reporter/default/properties_xen.rb
onering-report-0.6.8 lib/reporter/default/properties_xen.rb
onering-report-0.6.7 lib/reporter/default/properties_xen.rb
onering-report-0.6.6 lib/reporter/default/properties_xen.rb
onering-report-0.6.5 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.65 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.64 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.63 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.62 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.61 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.60 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.59 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.58 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.57 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.56 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.55 lib/reporter/default/properties_xen.rb