Am Donnerstag, 21. Januar 2016 12:45:59 UTC+1 schrieb Tiago Delboni:
>
> Hi, I'm revisiting this topic.
>
> Wasn't garbage collector supposed to clean up the old reports and leave 
> the last "report-ttl" on disk? Or this is valid only for the reports stored 
> in the PuppetDB's database?
>

I would exptect puppetdb settings only relate to the puppetdb data. 

check your reports setting on the puppet master:

puppet config print --section master reports


default is "store". maybe yours is "store, puppetdb". if you don't need the 
report files at all you could remove store.

- Thomas

https://docs.puppetlabs.com/guides/reporting.html#setting-up-reporting
 

>
> Regarding "the script way" of removing old reports, we have this line in 
> cron:
>
> /usr/bin/find /opt/puppetlabs/server/data/puppetserver/reports -type f 
> -mtime +30 -exec /bin/rm {} ";"
>
>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/ca0cf80c-12c4-4414-b092-a7e97270f30c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to