Skip to content

Commit e0733ce

Browse files
committed
Update the readme a little
1 parent 956ae72 commit e0733ce

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ 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 16 - Python 3 codebase Refactor
17+
## Tutorial 17 - InfluxDB Machine Stats Monitoring
1818

19-
This tutorial adds to the previous one by improving moving the codebase to Python 3.
20-
In this it is also refactoring a number of the older parts of the codebase.
19+
In this tutorial the data that is send from secondary nodes is logged
20+
to InfluxDB.
2121

2222
The full details for
23-
[Tutorial 16 - Python 3 codebase Refactor is available on my blog](
24-
https://chewett.co.uk/blog/2680/raspberry-pi-cluster-node-16-python-3-codebase-refactor/
23+
[Tutorial 17 - 17 InfluxDB Machine Stats Monitoring](
24+
https://chewett.co.uk/blog/
2525
)
2626

2727
## Requirements
@@ -37,7 +37,7 @@ Python modules required:
3737
* influxdb
3838

3939
Additional services required:
40-
* InfluxDb database
40+
* An InfluxDb database
4141

4242
## Licence
4343

0 commit comments

Comments
 (0)