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.54 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.53 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.52 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.51 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.50 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.49 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.48 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.47 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.46 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.45 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.44 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.43 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.42 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.41 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.40 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.39 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.38 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.37 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.36 lib/reporter/default/properties_xen.rb
onering-report-plugins-0.0.35 lib/reporter/default/properties_xen.rb