Skip to content

Plugin puppet reports

Florian Forster edited this page Nov 26, 2023 · 1 revision
Name: puppet_reports plugin
Type: read
Callbacks: n/a
Status: external
FirstVersion: n/a
Copyright: 2012 Exoscale
License: MIT License
Manpage: n/a
See also: List of Plugins

The puppet_reports plugin parses puppet catalogs and produces metrics for the last run. The plugin is written by Pierre-Yves Ritschard in Python and is used via the Python plugin.

Synopsis

 LoadPlugin python
 <Plugin python>
   ModulePath "/usr/lib/collectd"

   Import puppet_reports

   <Module puppet_reports>
     ReportsDir /var/lib/puppet/reports
     Verbose false
   </Module>
 </Plugin>

Example graphs

None yet. Add one now!

Dependencies

External links

Clone this wiki locally