1 - added Import Dashboard screenshot

2 - commited last changes for docker-compose
3 - this should be it for now
This commit is contained in:
Brian Christner 2016-07-14 14:19:55 +02:00
parent 327a47e910
commit 1a1fd33b9c
2 changed files with 1 additions and 1 deletions

View File

@ -13,6 +13,7 @@ networks:
services: services:
prometheus: prometheus:
image: prom/prometheus image: prom/prometheus
container_name: prometheus
volumes: volumes:
- ./prometheus/:/etc/prometheus/ - ./prometheus/:/etc/prometheus/
- prometheus_data:/prometheus - prometheus_data:/prometheus
@ -21,7 +22,6 @@ services:
- '-storage.local.path=/prometheus' - '-storage.local.path=/prometheus'
expose: expose:
- 9090 - 9090
container_name: prometheus
links: links:
- cadvisor:cadvisor - cadvisor:cadvisor
depends_on: depends_on:

BIN
images/Import_Dashboard.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB