-
Notifications
You must be signed in to change notification settings - Fork 492
cmd/scollector: WIP for DSC status #1084
Conversation
|
Reviewed 1 of 10 files at r1. Comments from the review on Reviewable.io |
|
Review status: 9 of 10 files reviewed at latest revision, 11 unresolved discussions, some commit checks pending. cmd/scollector/collectors/dsc_windows.go, line 187 [r1] (raw file): Comments from the review on Reviewable.io |
|
Review status: 9 of 10 files reviewed at latest revision, 1 unresolved discussion, all commit checks successful. cmd/scollector/collectors/dsc_windows.go, line 207 [r1] (raw file): Comments from the review on Reviewable.io |
|
Reviewed 1 of 1 files at r2. Comments from the review on Reviewable.io |
|
@mjibson or @captncraig This is ready for a final review before merging. I talked with Kyle about the Age vs Timestamp and he was fine with Age. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix these imports so they are just in 2 groups: std lib and others.
|
You can merge this yourself after you fix the imports list. |
cmd/scollector: Powershell DSC status collector using MOF
This still needs some error handling, but the basics are there. Going to test it on a few systems tomorrow but would love a code review whenever someone gets a chance.