Issue #7910 has been updated by James Turnbull. Status changed from Unreviewed to Needs Decision Assignee set to Nigel Kersten
---------------------------------------- Feature #7910: Audit changes should be denoted in the dashboard https://projects.puppetlabs.com/issues/7910 Author: John Landers Status: Needs Decision Priority: Low Assignee: Nigel Kersten Category: Target version: 1.2 Keywords: Branch: Affected URL: Affected Dashboard version: 1.1.1 While testing some auditing capability, I noticed that while changes are recorded in the puppet log and then given to the puppet dashboard, the report is not denoted to say that a change occurred with whatever you are auditing. I had to manually update my sql tables: update reports set status="changed" where id=(select report_id from report_logs where message like "%audit change%previously%" group by report_id); Ideally, when an audit states a changed occurred, the report should be flagged so it can be found easily. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
