Gain the ability to analyse and monitor Efergy data by deploying the TIG stack using Docker and Docker Compose.
Built on Huntabyte's TIG Stack Tutorial.
Clone the project
git clone https://github.com/lfischler/tig-stack.gitNavigate to the project directory
cd tig-stackChange the environment variables define in .env that are used to setup and deploy the stack
├── telegraf/
├── .env <---
├── docker-compose.yml
├── entrypoint.sh
└── ...Customize the telegraf.conf file which will be mounted to the container as a persistent volume
├── telegraf/
│ ├── telegraf.conf <---
├── .env
├── docker-compose.yml
├── entrypoint.sh
└── ...Start the services
docker-compose up -dTelegraf / 1.30.3
InfluxDB / 2.7
Grafana-OSS / 11.0.0
Contributions are always welcome!
Thanks to Huntabyte's original tutorial and code.