Skip to content

Commit efb87f2

Browse files
committed
Update docker documentation.
1 parent 9cfac94 commit efb87f2

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/docker.rst

+10-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ easily without having to build your own.
3232
We use Docker tags to differentiate between versions of Faucet. The latest
3333
tag will always point to the latest stable release of Faucet. All tagged
3434
versions of Faucet in git are also available to use, for example using the
35-
``faucet/faucet:1.7.0`` Docker will run the released version 1.7.0 of Faucet.
35+
``faucet/faucet:1.8.0`` Docker will run the released version 1.8.0 of Faucet.
3636

3737
By default the Faucet and Gauge images are run as the `faucet` user under
3838
UID 0, GID 0. If you need to change that it can be overridden at runtime with
@@ -141,7 +141,6 @@ Then add two data sources. Use the following settings for prometheus:
141141
Name: Prometheus
142142
Type: Prometheus
143143
Url: http://prometheus:9090
144-
Access: proxy
145144

146145
And the following settings for InfluxDB:
147146

@@ -150,7 +149,6 @@ And the following settings for InfluxDB:
150149
Name: InfluxDB
151150
Type: InfluxDB
152151
Url: http://influxdb:8086
153-
Access: proxy
154152
With Credentials: true
155153
Database: faucet
156154
User: faucet
@@ -159,4 +157,12 @@ And the following settings for InfluxDB:
159157
Check the connection using test connection.
160158

161159
From here you can add a new dashboard and a graphs for pulling data from the
162-
data sources. See the Grafana's documentation for more on how to do this.
160+
data sources. Hover over the ``+`` button on the left sidebar in the web
161+
interface and click ``Import``.
162+
163+
We will import the following dashboards, just download the following
164+
links and upload them through the grafana dashboard import screen:
165+
166+
* `Instrumentation <_static/grafana-dashboards/faucet_instrumentation.json>`_
167+
* `Inventory <_static/grafana-dashboards/faucet_inventory.json>`_
168+
* `Port Statistics <_static/grafana-dashboards/faucet_port_statistics.json>`_

0 commit comments

Comments
 (0)