After the server is rebooted, the Carbon Black agent isn't checking into the CBC or uploading events.
Manually restarting the agent using "systemctl restart cbagentd" will bring the agent back online until the next reboot.
Sensor 2.15 through 2.16.1 versions.
Defective behavior that happens when docker engine socket doesn't respond to cbagentd queries upon the system startup, resulting in cbagent's thread responsible for checking to the cloud to fail, which in its turn renders the server offline with no check in to the Carbon Black Cloud backend.
This defective behavior will be fixed in future sensor releases 2.17.0
For the time being, customers can follow the following workaround:
configure cbagentd.service to start after docker.service: e.g. in /etc/systemd/system/cbagentd.service:
[Unit]
Description=Carbon Black Predictive Security Cloud Endpoint Agent.
# After=network.target
After=network.target docker.service