Documentation: https://docs.infrasonar.com/collectors/agents/docker/
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 . |