Gain the ability to analyze and monitor telemetry data by deploying the TIG stack within minutes using Docker and Docker Compose.
git clone https://github.com/behzad-azadi2693/sysadmin_monitoring.gitNavigate to the project directory
cd sysadmin_monitoringChange 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 / latest
InfluxDB / latest
Grafana-OSS / latest
config nginx describe and file config in directory nginx/sites-enableContributions are always welcome!
