update
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# Raspberry Pi MQTT monitor
|
||||
Python script to check the cpu load, cpu temperature, free space, used memory, swap usage, voltage and system clock speed
|
||||
on a Raspberry Pi or any computer running Ubuntu and publish this data to a MQTT broker.
|
||||
@@ -34,7 +33,7 @@ Disabled sensors are represented with False in the message.
|
||||
I have created an automated bash installation, its working but not extensively tested
|
||||
|
||||
```bash
|
||||
curl -L https://raw.githubusercontent.com/hjelev/rpi-mqtt-monitor/master/remote_install.sh | bash
|
||||
bash <(curl -s https://raw.githubusercontent.com/hjelev/rpi-mqtt-monitor/master/remote_install.sh)
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user