https://github.com/infrasonar/docker-agent
InfraSonar Docker Agent
https://github.com/infrasonar/docker-agent
cesbit docker infrasonar monitoring
Last synced: 3 months ago
JSON representation
InfraSonar Docker Agent
- Host: GitHub
- URL: https://github.com/infrasonar/docker-agent
- Owner: infrasonar
- Created: 2022-11-15T09:09:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-25T14:21:46.000Z (6 months ago)
- Last Synced: 2025-11-28T19:33:11.205Z (6 months ago)
- Topics: cesbit, docker, infrasonar, monitoring
- Language: Python
- Homepage: https://docs.infrasonar.com/collectors/agents/docker/
- Size: 47.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/infrasonar/docker-agent/actions)
[](https://github.com/infrasonar/docker-agent/releases)
# InfraSonar Docker agent
Documentation: https://docs.infrasonar.com/collectors/agents/docker/
## Environment variables
Environment | Default | Description
----------------------------|-------------------------------|-------------------
`TOKEN` | _required_ | Token to connect to.
`ASSET_NAME` | _none_ | Initial Asset Name. This will only be used at the announce. Once the asset is created, `ASSET_NAME` will be ignored.
`ASSET_ID` | `/data/.asset.json` | Asset Id _or_ file where the Agent asset Id is stored _(must be a volume mount)_.
`API_URI` | https://api.infrasonar.com | InfraSonar API.
`CHECK_CONTAINERS_INTERVAL` | `300` | Interval for the docker containers check in seconds.
`CHECK_IMAGES_INTERVAL` | `300` | Interval for the docker images check in seconds.
`CHECK_SYSTEM_INTERVAL` | `300` | Interval for the docker system check in seconds.
`VERIFY_SSL` | `1` | Verify SSL certificate, 0 _(=disabled)_ or 1 _(=enabled)_.
`LOG_LEVEL` | `warning` | Log level _(error, warning, info, debug)_.
`LOG_COLORIZED` | `0` | Log colorized, 0 _(=disabled)_ or 1 _(=enabled)_.
`LOG_FMT` | `%y%m...` | Default format is `%y%m%d %H:%M:%S`.