Skip to content
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 378 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 378 Bytes

collectd-puppet-reports

collectd module to gather metrics from puppet reports.

Prerequisite

  • A collectd installation with python support
  • The python pyyaml library installed
  • Puppet agents with reporting enabled

Configuration


LoadPlugin python

<Plugin python>
  <Module puppet_reports>
    ReportsDir "/var/lib/puppet/reports"
  </Module>
</Plugin>