Installation complete

The probo-agent binary is installed and the launchd unit is loaded. If the installer found a pre-staged configuration file at /tmp/probo-agent.conf, the device is already enrolled and the agent is running.

Enroll this device manually

If you installed without a pre-staged configuration, finish the setup from a Terminal:

sudo probo-agent install \
    --server https://app.getprobo.com \
    --enrollment-token <TOKEN>

Inspect the agent

sudo probo-agent status
sudo probo-agent collect

Uninstall

sudo probo-agent uninstall

Logs are written to /var/log/probo-agent.log. The installer's own log lives at /var/log/probo-agent-install.log.