Skip to content

einlamye/sysadmin_monitoring

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telegraf, InfluxDB, Grafana , Prometheus

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

⚡️ Getting Started

git clone https://github.com/behzad-azadi2693/sysadmin_monitoring.git

Navigate to the project directory

cd sysadmin_monitoring

Change 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 -d

Docker Images Used (Official & Verified)

Telegraf / latest

InfluxDB / latest

Grafana-OSS / latest

config nginx describe and file config in directory nginx/sites-enable

Contributing

Contributions are always welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%