Djuno pass monitoring docker agent
docker run -d \
--name agent \
--volume /var/run/docker.sock:/var/run/docker.sock \
djunoltd/agent:latest
- STATS_FREQUENCY - default to 30
- EVENT_ENDPOINT - default to http://app:8080/events
- HEALTH_CHECK_ENDPOINT - default to http://app:8080/version
- DEBUG_EVENT - default to false
- DEBUG_STATS - default to false