Integrate Grafana

Change-Id: Idf5c6dc5bd26977b01d65bda45b0e89dc3057773
This commit is contained in:
Vincent Fournier 2015-06-01 18:52:06 -04:00 committed by aviau
parent 7275c911f4
commit 7ccd8f905e
2 changed files with 15 additions and 14 deletions

View File

@ -68,15 +68,13 @@ influxdb:
- ./container-data/influxdb:/data
grafana:
image: savoirfairelinux/grafana:2.0.2
image: savoirfairelinux/grafana:2.1.0-pre1
environment:
INFLUXDB_HOST: "influxdb"
INFLUXDB_PORT: "8086"
INFLUXDB_NAME: "db"
INFLUXDB_USER: "root"
INFLUXDB_PASS: "root"
ports:
- "8888:80"
links:
- influxdb
@ -90,3 +88,4 @@ bansho:
- "80:8888"
links:
- surveil
- grafana

View File

@ -42,24 +42,26 @@ influxdb:
- "8086:8086"
grafana:
image: savoirfairelinux/grafana
image: savoirfairelinux/grafana:2.1.0-pre1
environment:
GRAFANA_ROOT_URL: "%(protocol)s://%(domain)s:%(http_port)s/grafana/"
GRAFANA_AUTH_PROXY_ENABLED: true
GRAFANA_AUTH_PROXY_HEADER_NAME: grafana-user
links:
- influxdb
bansho:
image: bansho
environment:
BANSHO_BACKEND: "surveil"
BANSHO_SURVEIL_URL: "http://surveil:8080/"
INFLUXDB_HOST: "influxdb"
INFLUXDB_PORT: "8086"
INFLUXDB_NAME: "db"
INFLUXDB_USER: "root"
INFLUXDB_PASS: "root"
ports:
- "80:80"
links:
- influxdb
bansho:
image: savoirfairelinux/bansho
environment:
BANSHO_BACKEND: "surveil"
BANSHO_SURVEIL_URL: "http://surveil:8080/"
ports:
- "8888:8888"
links:
- surveil
- grafana