All Projects → maheshmahadevan → docker-monitoring-windows

maheshmahadevan / docker-monitoring-windows

Licence: MIT license
Monitor your Docker containers using prometheus, cAdvisor , node-exported and grafana on Windows

Projects that are alternatives of or similar to docker-monitoring-windows

Swarmprom
Docker Swarm instrumentation with Prometheus, Grafana, cAdvisor, Node Exporter and Alert Manager
Stars: ✭ 1,739 (+3448.98%)
Mutual labels:  grafana, cadvisor
Dockprom
Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager
Stars: ✭ 4,489 (+9061.22%)
Mutual labels:  grafana, cadvisor
jarvis
🍿 Simple Home Media Stack
Stars: ✭ 28 (-42.86%)
Mutual labels:  grafana, cadvisor
docker-elk-stack
The ELK stack Docker containerization (Elasticsearch, Logstash and Kibana)
Stars: ✭ 20 (-59.18%)
Mutual labels:  docker-container, cadvisor
docker-iot-dashboard
A complete IoT server for LoRaWAN IoT projects: node-red + influxdb + grafana + ssl + let's encrypt using docker-compose.
Stars: ✭ 79 (+61.22%)
Mutual labels:  docker-container, grafana
Awesome Docker
🐳 A curated list of Docker resources and projects
Stars: ✭ 20,870 (+42491.84%)
Mutual labels:  docker-container, docker-monitoring
Prometheus
A docker-compose stack for Prometheus monitoring
Stars: ✭ 3,383 (+6804.08%)
Mutual labels:  grafana, cadvisor
Docker Influxdb Grafana
A Docker container which runs InfluxDB and Grafana ready for persisting data
Stars: ✭ 130 (+165.31%)
Mutual labels:  docker-container, grafana
vagrant-vault-consul-docker-monitoring
No description or website provided.
Stars: ✭ 20 (-59.18%)
Mutual labels:  grafana, cadvisor
jira-grafana-json-datasource
Connect Grafana to Jira cloud to retrieve metrics on your Jira issues.
Stars: ✭ 68 (+38.78%)
Mutual labels:  docker-container, grafana
grafana-dashboards
List of Grafana Dashboards 📺
Stars: ✭ 120 (+144.9%)
Mutual labels:  grafana
ssh-agent-inject
[Note: Not needed with VS Code anymore.] Forwards the host's ssh-agent into a Docker container on Windows and macOS hosts.
Stars: ✭ 20 (-59.18%)
Mutual labels:  docker-container
drupal-dev-docker
An opinionated Drupal development environment based on Docker.
Stars: ✭ 22 (-55.1%)
Mutual labels:  docker-container
qa-automation-base
There are basic projects for automation frameworks based on Kotlin/Java and TypeScript for the backend, frontend, and mobile.
Stars: ✭ 45 (-8.16%)
Mutual labels:  grafana
monitoring-rancher
🤠How to Set up Rancher Server Monitoring with TIG Stack?
Stars: ✭ 22 (-55.1%)
Mutual labels:  grafana
prop
An open and opinionated trading platform using productive & familiar open source libraries and tools for strategy research, execution and operation.
Stars: ✭ 26 (-46.94%)
Mutual labels:  grafana
network-tools
Network Tools
Stars: ✭ 27 (-44.9%)
Mutual labels:  docker-container
grafonnet-playground
Playground for grafanna with jsonnet
Stars: ✭ 25 (-48.98%)
Mutual labels:  grafana
yupe-docker
Yupe! CMF in Docker containers
Stars: ✭ 15 (-69.39%)
Mutual labels:  docker-container
dockupdater
Automatically keep your docker services and your docker containers up-to-date with the latest version
Stars: ✭ 76 (+55.1%)
Mutual labels:  docker-container

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].