@@ -273,7 +273,6 @@ Follow the steps below to start PD, TiKV, and TiDB:
273273 --client-urls="http://192.168.199.114:2379" \
274274 --peer-urls="http://192.168.199.114:2380" \
275275 --initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
276- --join="http://192.168.199.113:2379" \
277276 -L "info" \
278277 --log-file=pd.log
279278
@@ -282,7 +281,6 @@ Follow the steps below to start PD, TiKV, and TiDB:
282281 --client-urls="http://192.168.199.115:2379" \
283282 --peer-urls="http://192.168.199.115:2380" \
284283 --initial-cluster="pd1=http://192.168.199.113:2380,pd2=http://192.168.199.114:2380,pd3=http://192.168.199.115:2380" \
285- --join="http://192.168.199.113:2379" \
286284 -L "info" \
287285 --log-file=pd.log
288286 ```
@@ -358,7 +356,7 @@ tar -xzf pushgateway-0.3.1.linux-amd64.tar.gz
358356#### Start `node_exporter` on Node1, Node2, Node3 and Node4.
359357
360358```
361- $cd node_exporter-0.14.0-rc.1 .linux-amd64
359+ $cd node_exporter-0.14.0-rc.2 .linux-amd64
362360
363361# Start the node_exporter service.
364362./node_exporter --web.listen-address=":9100" \
@@ -424,7 +422,7 @@ scrape_configs:
424422#### Start Grafana in Node1.
425423
426424```
427- cd grafana-4.1.2-1486989747.linux-x64
425+ cd grafana-4.1.2-1486989747
428426
429427# Edit the Configuration file:
430428
0 commit comments