Skip to content

maheshmahadevan/docker-monitoring-windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Monitoring on Windows

Monitor your Docker containers using prometheus, cAdvisor , node-exporter and grafana on Windows

Refer to this medium article for more details https://medium.com/@mahesh.mahadevan/monitoring-docker-containers-on-windows-using-prometheus-grafana-c32bbb7ed04

Pre-requisites

  • docker on windows
  • docker-compose

Setup and Install

Clone this repo on your Windows OS machine where Docker is up and running.

Open Power shell window and run this command from current directory of this repository.

docker-compose up

Goto http://localhost:3000 for grafana dashboard (default user/pass : admin/admin )

Configuration

By default, the following ports are exposed:

  • Prometheus: 9090
  • Grafana 3000
  • cAdvisor: 8080

These ports can be customized via the environment variables (or .env file entries) PROMETHEUS_PORT, GRAFANA_PORT, and CADVISOR_PORT, respectively.

About

Monitor your Docker containers using prometheus, cAdvisor , node-exported and grafana on Windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published