You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This project is actually a proof of concept to demonstrate the following feature
7
7
3. Monitoring the system resources of the raspberry pi using the **TIG** stack (see [section 3. System resource monitoring ...](#3-system-resource-monitoring-using-the-tig-stack-telegraf-influxdb--grafana)):
8
8
4. That **Grafana** is very nice and powerful tool to create dashboards (see [section 4. Grafana](#4-grafana)) and that it is easy to create or update those dashboards (see [section 4.1 Updating and adding ...](#41-updating--adding-new-grafana-dashboards)).
9
9
5. It is possible to run multiple Node-RED instances on the same device (see [5. Node-RED](#5-node-red)).
10
-
6. It is possible to run multiple MQTT brokers on the same device.
10
+
6. It is possible to run multiple MQTT brokers on the same device (see [6. MQTT brokers](#6-mqtt-broker)).
11
11
7. A USB memory stick connected to the pi can be used for storing specific data (in this case it is the influxdb data)
12
12
8. It is possible to access the Grafana user interface and the 2 Node-RED editors over the internet by enabling the Balena public URL and properly configuring the [nginx](http://nginx.org/en/docs/) container.
13
13
@@ -65,6 +65,11 @@ Note that both Node-RED editors are protected by a user name and password that m
65
65
66
66
## 6. MQTT broker
67
67
68
+
## 7. Setup of the USB memory Stick
69
+
70
+
## 8.Internet access via Balena's public URL and Nginx.
71
+
72
+
68
73
## Credits
69
74
1.[Initializing Grafana with preconfigured dashboards](https://ops.tips/blog/initialize-grafana-with-preconfigured-dashboards/)[(github repository)](https://github.com/cirocosta/sample-grafana)
70
75
2.[InfluxDB system metrics dashboard](https://grafana.com/dashboards/1138)
0 commit comments