Skip to content

DearRude/prom-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run

Just run with docker-compose:

  • docker-compose up

SSH local portforwarding

Instead of exposing ports in docker-compose, you acn forward their port via SSH to local

To find docker container IP run docker inspect <container> and look for "IPAddress":

Then, run this on local to do port forwarding in background:

  • ssh -fNT -L <localport>:<container-ip>:<container-port> <server-ip>

About

Docker-compose and bootstraping instructions for monitoring a remote server by prometheus and grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published