Skip to content

Commit e817193

Browse files
authored
Update README.md
1 parent 4fe022f commit e817193

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ This project is actually a proof of concept to demonstrate the following feature
66
2. The Built and Deployment of this multi container application using the **BalenaCloud** services (see [section 2. How to install ...](#2-how-to-install-this-application-on-an-edge-device)).
77
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)):
88
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-
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 (see [6. MQTT brokers](#6-mqtt-broker)).
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-
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.
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 (see [6. MQTT brokers](#6-mqtt-broker)).
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) (see [section 7. USB memory stick](https://github.com/janvda/balena-edge-device-monitoring/blob/node-red/README.md#7-setup-of-the-usb-memory-stick)).
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.
1313

1414
## 1. What
1515
The `node-red` branch of this github repository describes a composite docker application consisting of **"8"** containers that can be deployed through [BalenaCloud](https://www.balena.io/) on any arm device (e.g. a [Raspberry Pi 3 Model B+](https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/)) running the [balena OS](https://www.balena.io/os/).
@@ -67,7 +67,7 @@ Note that both Node-RED editors are protected by a user name and password that m
6767

6868
## 7. Setup of the USB memory Stick
6969

70-
## 8.Internet access via Balena's public URL and Nginx.
70+
## 8. Internet access via Balena's public URL and Nginx.
7171

7272

7373
## Credits

0 commit comments

Comments
 (0)