Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Homer5, heplify-server, Prometheus, Grafana Stack

Setup

docker-compose up

to bring up:

  • Adminer localhost:8080 (root/) empty password
  • Homer localhost:9080 (admin/test123)
  • Prometheus localhost:9090 (admin/admin)
  • Alertmanager localhost:9093 (admin/admin)
  • Grafana localhost:3000 (admin/admin)

When the Grafana dashboard autoprovisioning does not work for you make sure you have no old grafana volumes.

Configuration

When you change some files inside the Prometheus or Alertmanager folder you can reload them without interruption.

Prometheus

curl -s -XPOST localhost:9090/-/reload -u admin:admin

Alertmanager

curl -s -XPOST localhost:9093/-/reload -u admin:admin

Service

When you need to change the docker-compose file i.e to setup smtp for Grafana:

docker-compose up -d

Docker will only restart the service you changed inside the docker-compose file.