From 0535a5b00941aff3d3f80b4c757e478074345cb1 Mon Sep 17 00:00:00 2001 From: aviau Date: Mon, 20 Apr 2015 13:33:26 -0400 Subject: [PATCH] Updated to grafana 2.0 Change-Id: I69dcd607e74a0ad2d46f80508231e01838124960 --- README.rst | 2 +- docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 939b8a7..6358505 100644 --- a/README.rst +++ b/README.rst @@ -44,7 +44,7 @@ services at the ports configured in the docker-compose.yml file. * Surveil API: http://localhost:8080/v1/hello * InfluxDB: http://localhost:8083 (user:root pw:root) -* Grafana: http://localhost:80/grafana +* Grafana: http://localhost:80 (user:admin pw:admin) * Shinken WebUI: http://localhost:7767/all (user:admin pw:admin) The Surveil container mounts your local project folder and pecan reloads every diff --git a/docker-compose.yml b/docker-compose.yml index 9918534..b94efed 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -40,6 +40,5 @@ grafana: INFLUXDB_HOST: "influxdb" INFLUXDB_PORT: "8086" INFLUXDB_NAME: "db" - INFLUXDB_GRAFANADB: "grafana" INFLUXDB_USER: "root" INFLUXDB_PASS: "root"