Sha256: 440fee9b0b8025a4708d09964eac7d16971edd81002e5bb976af6bf60885eb33

Contents?: true

Size: 273 Bytes

Versions: 67

Compression:

Stored size: 273 Bytes

Contents

# Onering Collector - OpenVZ Properties plugin
#   provides collection of OpenVZ metadata
#
report do
  vz_containers  = Facter.value('openvz_containers')
  vz = {}

# OpenVZ host
  vz[:@guests] = vz_containers if vz_containers

  property :openvz, vz unless vz.empty?
end

Version data entries

67 entries across 67 versions & 2 rubygems

Version Path
onering-report-plugins-0.0.54 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.53 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.52 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.51 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.50 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.49 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.48 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.47 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.46 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.45 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.44 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.43 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.42 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.41 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.40 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.39 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.38 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.37 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.36 lib/reporter/default/properties_openvz.rb
onering-report-plugins-0.0.35 lib/reporter/default/properties_openvz.rb