This commit is contained in:
hjelev
2022-03-19 01:00:37 +02:00
parent 6109681975
commit 049c6554a9
2 changed files with 3 additions and 95 deletions

View File

@@ -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)
```