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

Move osquery instance creation and launch into osqueryinstance.go #1921

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

RebeccaMahany
Copy link
Contributor

@RebeccaMahany RebeccaMahany commented Oct 28, 2024

Relates to #1827

Relates to #1936.

Per ADR, moves osquery instance creation and launch into osqueryinstance.go.

I have moved launchOsqueryInstance exactly as-is into osqueryinstance.go for ease of review -- there have been no changes to the function beyond renaming the function, updating r.slogger to o.slogger, and updating one instance of r.Healthy() to o.Healthy().

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Oct 29, 2024
Merged via the queue into kolide:main with commit 2a4904e Oct 29, 2024
30 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/osq-instance-launch branch October 29, 2024 13:33
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.

3 participants