You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- SYS_PTRACE # Allows the agent to gather data about processes running on the host
2730
+
network_mode: host # Allows the agent to collect the network metrics about the host.
2731
+
pid: host # Required to monitor host processes / performance
2732
+
privileged: true # Required to monitor host processes / performance
2733
+
restart: unless-stopped
2734
+
volumes:
2735
+
- "/:/host:ro"# Allows the agent to collect process and storage metrics as well as Inventory data from the host
2736
+
- "/var/run/docker.sock:/var/run/docker.sock"# Allows the agent to connect to the Engine API via the Docker daemon socket to collect the host's container data
0 commit comments