John Lancaster 7e2c2d21b5 corrected payload
2023-11-29 22:19:42 -06:00
2023-11-29 22:19:42 -06:00
2023-11-20 21:33:00 -06:00
2023-11-20 17:37:32 -06:00

docker-observation

Various tools to monitor Docker containers

Environment Variables

  • DOCKER_INFLUXDB_INIT_ORG
  • INFLUX_WRITE_TOKEN
  • INFLUX_HOST
  • LOKI_HOST

Setup

Set the DOCKER_GUID so the container has permission to access the socket

export DOCKER_GUID=$(getent group docker | awk -F ':' '{print $3}')
Description
No description provided
Readme 86 KiB