Updated to grafana 2.0

Change-Id: I69dcd607e74a0ad2d46f80508231e01838124960
This commit is contained in:
aviau 2015-04-20 13:33:26 -04:00
parent b16491e9f4
commit 0535a5b009
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -40,6 +40,5 @@ grafana:
INFLUXDB_HOST: "influxdb"
INFLUXDB_PORT: "8086"
INFLUXDB_NAME: "db"
INFLUXDB_GRAFANADB: "grafana"
INFLUXDB_USER: "root"
INFLUXDB_PASS: "root"