Puppet-reports are using a lot of diskspace in:
/var/lib/puppet/reports
/var/lib/mysql
The assumption is that it stores all reports in the MySQL database, because both paths are about the same size. The resource_statuses table consist of rows that each represent a line in a reports file.
- Can one safely remove the reports in /var/lib/puppet/reports after Puppet-dashboard or PuppetDB has processed them?
- What is the best practice for handling reports?
- Is there a way to make Puppet-dashboard automatically delete the yaml report files after processing them?