Containers
Sentinel automatically discovers and monitors Docker containers running on your hosts.Container Discovery
When the Sentinel agent runs on a host with Docker:- Discovers all running containers
- Collects metrics every 10 seconds
- Reports container state changes
- Tracks resource usage per container
Container Status
Container Metrics
| Metric | Description |
|---|---|
cpu_percent | CPU usage relative to host |
memory_mb | Memory used |
memory_limit_mb | Memory limit (if set) |
memory_percent | Memory used vs limit |
net_in_bytes | Network bytes received |
net_out_bytes | Network bytes sent |
block_read_bytes | Disk read bytes |
block_write_bytes | Disk write bytes |
pids | Number of processes |