Sha256: 4f09339df3e35a4f6a53a5cb899742d511f40ebdf159e880462b4347a0453e93

Contents?: true

Size: 944 Bytes

Versions: 8

Compression:

Stored size: 944 Bytes

Contents

require 'puppet/reports'

report = Puppet::Util::Reference.newreference :report, :doc => "All available transaction reports" do
    Puppet::Reports.reportdocs
end

report.header = "
Puppet clients can report back to the server after each transaction.  This
transaction report is sent as a YAML dump of the
``Puppet::Transaction::Report`` class and includes every log message that was
generated during the transaction along with as many metrics as Puppet knows how
to collect.  See `ReportsAndReporting Reports and Reporting`:trac:
for more information on how to use reports.

Currently, clients default to not sending in reports; you can enable reporting
by setting the ``report`` parameter to true.

To use a report, set the ``reports`` parameter on the server; multiple
reports must be comma-separated.  You can also specify ``none`` to disable
reports entirely.

Puppet provides multiple report handlers that will process client reports:

"

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
puppet-0.25.5 lib/puppet/reference/report.rb
puppet-0.25.4 lib/puppet/reference/report.rb
puppet-0.25.3 lib/puppet/reference/report.rb
puppet-0.24.9 lib/puppet/reference/report.rb
puppet-0.25.2 lib/puppet/reference/report.rb
puppet-0.25.1 lib/puppet/reference/report.rb
puppet-0.25.0 lib/puppet/reference/report.rb
puppet-0.24.8 lib/puppet/reference/report.rb