ソースを参照

* moved from https://og2k.com/pub/configure/software/monitoring/ to https://github.com/InstallAndUse/RPi

anton@lab5mbp1 2 年 前
コミット
0db2d62b67

+ 24 - 0
setup_internet_connection_quality_monitoring/internet-pi@rpi4.md

@@ -0,0 +1,24 @@
+# 2022 03 18  + published on https://github.com/InstallAndUse/RPi /A
+
+Installing Internet Connection monitoring set from source:
+https://github.com/geerlingguy/internet-pi
+
+```
+sudo apt-get install -y python3-pip
+pip3 install ansible
+```
+(re-login)
+```
+ansible-galaxy collection install -r requirements.yml
+```
+cp example.config.yml config.yml
+cp example.inventory.ini inventory.ini
+```
+edit files
+```
+ansible-playbook main.yml
+sudo shutdown -r now
+ansible-playbook main.yml
+sudo netstat -ntap | grep 3030
+```
+open (host):3030