Skip to content

Subb98/Monitoring-system-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monitoring system prototype

Monitoring system prototype using InfluxDB as a metrics storage.

System requirements

  • Docker Compose

Install and run

  1. Run cp .env.example .env
  2. Run docker-compose up --build
  3. Visit InfluxDB UI: http://0.0.0.0:8086
  4. Get new admin token and update it in .env and in ./docker/telegraf/telegraf.conf
  5. Reload project docker-compose stop && docker-compose up

Usage

  1. Run repeatedly docker exec monitoring.php-fpm -- php /app/public/index.php
  2. See application metrics in InfluxDB UI on page: http://0.0.0.0:8086/orgs/\/data-explorer

In future

  • Alerts
  • Grafana
  • Must have Telegraf plugins
  • Terraform

License

MIT

About

Monitoring system prototype using InfluxDB as a metrics storage

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published