Skip to content

Commit 6a16a5f

Browse files
committed
Minor change to the readme
1 parent e19c6bc commit 6a16a5f

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ Later we will get onto more complicated topics such as reaching a consensus of w
1414

1515
Questions comments and suggestions can be raised the specific blog post or by using issues here.
1616

17-
## Tutorial 17 - InfluxDB Machine Stats Monitoring
17+
## Tutorial 18 - Raspberry Pi Temp Monitoring
1818

19-
In this tutorial I modify the secondary nodes to send data about the node
20-
to the primary.
19+
In this tutorial I collect the CPU temperature of the Raspberry Pi and report it
20+
as part of the node vitals.
2121

22-
This is then recieved and logged to an InfluxDB database for review.
22+
This again is logged in the InfluxDB data store for review.
2323

2424
The full details for
25-
[Tutorial 17 - 17 InfluxDB Machine Stats Monitoring](
26-
https://chewett.co.uk/blog/2744/raspberry-pi-cluster-node-17-influxdb-machine-stats-monitoring/
25+
[Tutorial 18 - Raspberry Pi Temp Monitoring](
26+
https://chewett.co.uk/blog/
2727
)
2828

2929
## Requirements
@@ -37,6 +37,7 @@ Python modules required:
3737
* bottle
3838
* configparser
3939
* influxdb
40+
* RaspberryPiVcgencmd (installable via pip)
4041

4142
Additional services required:
4243
* An InfluxDb database

0 commit comments

Comments
 (0)