RootTrace / Integrations / Docker
Containers & orchestration
Docker monitoring that notices the container that died at 3 a.m.
The collector checks the Docker socket, inventories containers over the API, and flags containers that exited non-zero, alongside the host metrics you already get on the same box.
What RootTrace watches
Every reading is checked continuously; bad readings become grouped issues with the evidence attached. RootTrace also remembers whether it has seen the same incident before.
- Socket availabilityThe Docker socket checked and reported, including inside-container contexts.
- Container inventoryRunning and total counts from the API.
- Problem containersExited-non-zero and problem containers counted and named.
- Runtime contextDaemon processes and CLI presence for evidence.
Warn and fail thresholds, prefilled
Sensible defaults out of the box, overridable per host with environment variables. No threshold spreadsheet required on day one.
- Problem-container counts drive severity
Setup
# nothing to configure: the collector detects Docker on the host automatically.
Read-only by architecture: no write path, no remediation executor, no inbound ports. Credential-like evidence is redacted before it leaves the host.
One collector, live in minutes
Everything on this page comes from the same read-only collector: one command per host, then point it at your targets.
$ # after adding the signed RootTrace dnf or apt repository:
sudo dnf install roottrace-collector # apt: sudo apt install roottrace-collector
sudoedit /etc/roottrace/collector.env # set ROOTTRACE_COLLECTOR_TOKEN and API URL
sudo roottrace-collector-setup apply
sudo systemctl enable --now roottrace-collector
Questions, answered honestly
Does it run inside a container or on the host?
Either. On the host it reads the socket directly; containerized, mount the socket read-only and it reports the same inventory.
Is this safe to run next to production?
The collector is read-only by architecture, not by policy: there is no write path, no remediation executor, and no privileged mode to switch on. It sends short-lived outbound HTTPS requests, opens no inbound ports, and redacts credential-like evidence before anything leaves the host.
Do I need a separate agent for this?
No. One RootTrace collector per host covers every integration on this site: databases, web servers, containers, endpoints, and the Linux host itself, all from one signed package or container. You point it at targets with environment variables; there is nothing else to deploy.
Related integrations
Free on 5 hosts. Live in minutes.
Create a workspace, install one collector, and watch issues explain themselves.
RootTrace