
Puppet Cookbook - Third Edition
By :

If you're managing a lot of machines, Puppet's reporting facility can give you some valuable information on what's actually happening out there.
To enable reports, just add this to a client's puppet.conf
: within the [main]
or [agent]
sections:
report = true
In recent versions (greater than 3.0) of Puppet, report = true
is the default setting.
With reporting enabled, Puppet will generate a report file, containing data such as:
By default, these reports are stored on the node at /var/lib/puppet/reports
in a directory named after the hostname, but you can specify a different destination using the reportdir
option. You can create your own scripts to process these reports (which are in the standard YAML format...
Change the font size
Change margin width
Change background colour