Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add checkup for Intune #1501

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

RebeccaMahany
Copy link
Contributor

Closes #1490

ee/debug/checkups/intune_windows.go Show resolved Hide resolved
Comment on lines +49 to +51
if len(matches) == 0 {
return fmt.Errorf("no intune agent logs found at %s", agentLogsPathPattern)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an error? (It will run on non-intune machines)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I just added this to make it more obvious what was going on when testing -- I'll update to remove here + below

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I was mostly quibbling over Errorf vs some debug/info log line, I don't really want to see the error on every flare...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

We should have a flare for pulling some of the MDM related logs
2 participants