There is a known bug where Orbit, the osquery runtime that we use in the agent, does not properly configure itself to run on startup. The result is that the Linux device is not able to check in.
Confirm that this is the issue by running the command:
sudo systemctl status orbit.service
If this command returns either disabled
or inactive
, please run the following two commands in your terminal:
This starts the Orbit service, so the device will start checking in:
sudo systemctl start orbit.service
This configures the Orbit service to start on boot:
sudo systemctl enable orbit.service
Related to
Comments
0 comments
Article is closed for comments.