https://github.com/djuno-ltd/agent
Djuno docker agent. A thin, efficient agent that manages the desired state, monitors and gathers analytics at the same time.
https://github.com/djuno-ltd/agent
agent docker docker-agent
Last synced: 8 months ago
JSON representation
Djuno docker agent. A thin, efficient agent that manages the desired state, monitors and gathers analytics at the same time.
- Host: GitHub
- URL: https://github.com/djuno-ltd/agent
- Owner: Djuno-Ltd
- License: other
- Created: 2021-01-10T14:01:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-20T17:44:01.000Z (about 5 years ago)
- Last Synced: 2025-05-15T02:13:57.958Z (11 months ago)
- Topics: agent, docker, docker-agent
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Djuno agent

Djuno pass monitoring docker agent
[](https://travis-ci.com/Djuno-Ltd/agent)
[](https://github.com/Djuno-Ltd/agent/pulls)
[](LICENSE.md)
[](https://hub.docker.com/repository/docker/djunoltd/agent/general)
## Run
```{r, engine='bash', count_lines}
docker run -d \
--name agent \
--volume /var/run/docker.sock:/var/run/docker.sock \
djunoltd/agent:latest
```
### Parameters
- 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**