On Mon, Jun 4, 2012 at 9:07 PM, Gary Larizza <g...@puppetlabs.com> wrote:
> Reports, on the other hand, contain information on transactional
> events FROM a Puppet run.  Reports are stored in the Puppet Dashboard,
> which is a separate database

I think it's also important to point out, since you weren't specific
in your post, that you don't -need- a database in order to consume
reports from Puppet runs. That raw data from a Puppet run is consumed
by report handlers which turn it in something you can use, keep and
analyze.

If you want to view reports in the Puppet Dashboard, it uses the http
report handler to consume the report, process it and store it within
mysql.

There are many other report processors (including just yaml on disk).
Here's the doc on the built-in ones:
http://docs.puppetlabs.com/references/stable/report.html and here's a
recent blog post on many others (like IRC, pagerduty, etc):
http://puppetlabs.com/blog/when-puppet-reports-part-1/

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to