Feature #7910
Audit changes should be denoted in the dashboard
| Status: | Accepted | Start date: | 06/14/2011 | |
|---|---|---|---|---|
| Priority: | Low | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Keywords: | Affected URL: | |||
| Branch: | Affected Dashboard version: | 1.1.1 | ||
Description
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.
History
#1
Updated by James Turnbull almost 2 years ago
- Status changed from Unreviewed to Needs Decision
- Assignee set to Nigel Kersten
#2
Updated by James Turnbull over 1 year ago
- Target version changed from 1.2.0 to 140
#3
Updated by Nigel Kersten over 1 year ago
- Status changed from Needs Decision to Accepted
- Assignee deleted (
Nigel Kersten)
#4
Updated by Daniel Pittman about 1 year ago
- Target version deleted (
140)