Hey Ryan,

That makes sense, though I'd guess that new reports are being stored and are available through the API, they just aren't reflected as "latest" since that's determined by the end_time stamp. report-ttl will be ineffective without resetting to the future, and then you'd be deleting reports you may want to keep.

Best bet would be to clear them manually in psql:

delete from reports where end_time > current_timestamp;

Wyatt


On 12/30/2014 09:37 AM, Ryan Anderson wrote:
I have some systems that were deliberately changed to a time in the future for testing, then changed back to normal when done. They work with puppet fine now, but their puppetdb reports have timestamps in the future and new reports will not be added. They show up in puppetboard with the inaccurate status of their 'last' report (which is/was in the future), and I am unable to get rid of the reports with 'puppet node deactivate'. How can I get rid of these reports? Normally, one would toy around with the report-ttl setting, but that is not working for me. Will this require a postgresql command?
--
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 puppet-users+unsubscr...@googlegroups.com <mailto:puppet-users+unsubscr...@googlegroups.com>. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-users/2c8fd749-b5f4-4736-9f32-2c8cd712ca51%40googlegroups.com <https://groups.google.com/d/msgid/puppet-users/2c8fd749-b5f4-4736-9f32-2c8cd712ca51%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
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 puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/54A3A598.8000307%40puppetlabs.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to