Skip to content
/ gratheus Public template

Monitoring Dashboard Template for your beloved DevOps/SRE things.

Notifications You must be signed in to change notification settings

chez14/gratheus

Repository files navigation

Gratheus: Grafana + Prometheus Combo

This is a basic template (that I use) for monitoring things.

In this package:

  • Grafana
  • Prometheus
  • Blackbox Exporter for Prometheus
  • Image Renderer for Grafana (not active by default)
  • Persistent data for both Grafana and Prometheus
  • Docker restart: unless-stopped policy.

But before that,

You'll have to fine-tune the installation before it went to production. Things such as user and persistent storage stuff that need to be taken care of before spinning up the server are quite.... important.

So in a nutshell here's what you need to do:

  • Create data folder for storage:

    $ mkdir .data
  • Change the settings & run user on the docker-compose.yml file.

  • chown && chmod, if you need.

    $ chown -R 1001:1001 .data
  • Then you can docker-compose up the nuclear facility.

  • After that, you can log in to the grafana:

    • URL: http://localhost
    • Username: monitoring (UNLESS you changed the setting on docker-compose.yml!)
    • Password: securePassword (UNLESS you changed the setting on docker-compose.yml!)

About

Monitoring Dashboard Template for your beloved DevOps/SRE things.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published