Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huntabyte/tig-stack
The Telegraf, InfluxDB, & Grafana stack (TIG) powered by Docker & Docker Compose.
https://github.com/huntabyte/tig-stack
Last synced: 16 days ago
JSON representation
The Telegraf, InfluxDB, & Grafana stack (TIG) powered by Docker & Docker Compose.
- Host: GitHub
- URL: https://github.com/huntabyte/tig-stack
- Owner: huntabyte
- License: mit
- Created: 2022-03-21T00:32:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-12T18:05:11.000Z (about 2 years ago)
- Last Synced: 2024-10-14T08:45:50.022Z (29 days ago)
- Language: Shell
- Homepage:
- Size: 103 KB
- Stars: 137
- Watchers: 5
- Forks: 90
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Logo](https://user-images.githubusercontent.com/64506580/159311466-f720a877-6c76-403a-904d-134addbd6a86.png)
# Telegraf, InfluxDB, Grafana (TIG) Stack
Gain the ability to analyze and monitor telemetry data by deploying the TIG stack within minutes using [Docker](https://docs.docker.com/engine/install/) and [Docker Compose](https://docs.docker.com/compose/install/).
## ⚡️ Getting Started
Clone the project
```bash
git clone https://github.com/huntabyte/tig-stack.git
```Navigate to the project directory
```bash
cd tig-stack
```Change the environment variables define in `.env` that are used to setup and deploy the stack
```bash
├── telegraf/
├── .env <---
├── docker-compose.yml
├── entrypoint.sh
└── ...
```Customize the `telegraf.conf` file which will be mounted to the container as a persistent volume
```bash
├── telegraf/
│ ├── telegraf.conf <---
├── .env
├── docker-compose.yml
├── entrypoint.sh
└── ...
```Start the services
```bash
docker-compose up -d
```
## Docker Images Used (Official & Verified)[**Telegraf**](https://hub.docker.com/_/telegraf) / `1.19`
[**InfluxDB**](https://hub.docker.com/_/influxdb) / `2.1.1`
[**Grafana-OSS**](https://hub.docker.com/r/grafana/grafana-oss) / `8.4.3`
## Contributing
Contributions are always welcome!