collectd module to gather metrics from puppet reports.
- A collectd installation with python support
- The python pyyaml library installed
- Puppet agents with reporting enabled
LoadPlugin python
<Plugin python>
<Module puppet_reports>
ReportsDir "/var/lib/puppet/reports"
</Module>
</Plugin>