Documentation
¶
Overview ¶
Command trove-agent-docker discovers containers on a Docker host and pushes full-state reports to a Trove server on an interval. It is strictly read-only: it talks to the Docker Engine API via GET requests only and never mutates container or daemon state.
Config (all via environment):
TROVE_SERVER_URL base URL of the trove-server (required), e.g. http://trove:8080 TROVE_TOKEN bearer token minted by `trove-server agent create` (required) TROVE_INTERVAL push interval, Go duration or seconds (default 30s) TROVE_AGENT_NAME name reported to the server (default: hostname) DOCKER_HOST Docker endpoint (default unix:///var/run/docker.sock)
Click to show internal directories.
Click to hide internal directories.