Skip to content

The Telegraf, InfluxDB, & Grafana stack (TIG) powered by Docker & Docker Compose.

License

Notifications You must be signed in to change notification settings

barnaby-tech/sarpro-tig-stack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo

Telegraf, InfluxDB, Grafana (TIG) Stack

Gain the ability to analyze and monitor telemetry data by deploying the TIG stack within minutes using Docker and Docker Compose.

⚡️ Getting Started

Create an .env file from the .env.sample file, that will contain the environment variables 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 -d

Docker Images Used (Official & Verified)

Telegraf / 1.24

InfluxDB / 2.5.1-alpine

Grafana-OSS / 9.2.3

About

The Telegraf, InfluxDB, & Grafana stack (TIG) powered by Docker & Docker Compose.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%