Updated to grafana 2.0
Change-Id: I69dcd607e74a0ad2d46f80508231e01838124960
This commit is contained in:
parent
b16491e9f4
commit
0535a5b009
@ -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
|
||||
|
@ -40,6 +40,5 @@ grafana:
|
||||
INFLUXDB_HOST: "influxdb"
|
||||
INFLUXDB_PORT: "8086"
|
||||
INFLUXDB_NAME: "db"
|
||||
INFLUXDB_GRAFANADB: "grafana"
|
||||
INFLUXDB_USER: "root"
|
||||
INFLUXDB_PASS: "root"
|
||||
|
Loading…
Reference in New Issue
Block a user