-
Notifications
You must be signed in to change notification settings - Fork 103
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
base: main
Are you sure you want to change the base?
Add checkup for Intune #1501
Conversation
a0d3226
to
41d213b
Compare
if len(matches) == 0 { | ||
return fmt.Errorf("no intune agent logs found at %s", agentLogsPathPattern) | ||
} |
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.
Is this an error? (It will run on non-intune machines)
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.
I think I just added this to make it more obvious what was going on when testing -- I'll update to remove here + below
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.
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...
Closes #1490