Skip to content

mmaravillo/grafana-postgres

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-grafana-postgres

This is a simple project to install, and configure Grafana using PostgreSQL as datasource

This is a simple project using docker.

Table of contents

  1. Install
  2. Configuration
  3. Monitoring
  4. References

Install services

Download the docker-compose file:

wget https://raw.githubusercontent.com/guedim/grafana-postgres/master/docker-compose.yml

Later, start the services (Grafana and Postgresql services using docker-compose file:

docker-compose up

Configuration

Temporal

Use the /grafana/dashboard files and create the datasource the sample dashboard:

docker ps
docker exec -it GRAFANA_ID_CONTAINER  bash
./etc/extra-config/grafana/post.sh

Monitoring

For Monitoring, enter to Grafana and review the Metrix dashboard.

Open the Grafana service and user the next credentials:

  • user: admin
  • password: foobar

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SQLPL 99.9%
  • Other 0.1%