File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,16 +14,16 @@ Later we will get onto more complicated topics such as reaching a consensus of w
1414
1515Questions 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
2424The 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
4142Additional services required:
4243* An InfluxDb database
You can’t perform that action at this time.
0 commit comments