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

Expose osquery instance status to knapsack #1976

Merged
merged 3 commits into from
Dec 5, 2024

Conversation

RebeccaMahany
Copy link
Contributor

@RebeccaMahany RebeccaMahany commented Dec 4, 2024

Closes #1938

Adds a new function to expose the current status (not yet started, healthy, or unhealthy) of each instance. Adds this data to the status blob returned by the /id localserver endpoint, and to the osquery checkup.

This also makes the osquery runner available in the knapsack, which may be useful in the future.

@RebeccaMahany RebeccaMahany changed the title Expose osquery instance status Expose osquery instance status to knapsack Dec 4, 2024
@RebeccaMahany RebeccaMahany marked this pull request as ready for review December 5, 2024 15:11
zackattack01
zackattack01 previously approved these changes Dec 5, 2024
Copy link
Contributor

@zackattack01 zackattack01 left a comment

Choose a reason for hiding this comment

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

nice!

@RebeccaMahany RebeccaMahany added this pull request to the merge queue Dec 5, 2024
Merged via the queue into kolide:main with commit 3c86480 Dec 5, 2024
31 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/instance-status branch December 5, 2024 20:00
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.

Make the osquery instance status available in the knapsack
3 participants