File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
content/integrate/redis-data-integration/ingest/installation Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,8 @@ firewall-cmd --permanent --add-port=9092/tcp # prometheus-service
70
70
firewall-cmd --permanent --add-port=9121/tcp # rdi-metric-exporter
71
71
```
72
72
73
- You may also need to add similar rules to open other ports if your setup requires them.
73
+ {{<note >}}You may also need to add similar rules to open other ports if your setup requires them.
74
+ {{</note >}}
74
75
75
76
If you have ` nm-cloud-setup.service ` enabled, you must disable it and reboot the
76
77
node with the following commands:
@@ -109,7 +110,8 @@ ufw allow 9092/tcp # prometheus-service
109
110
ufw allow 9121/tcp # rdi-metric-exporter
110
111
```
111
112
112
- You may also need to add similar rules to open other ports if your setup requires them.
113
+ {{<note >}}You may also need to add similar rules to open other ports if your setup requires them.
114
+ {{</note >}}
113
115
114
116
## Hardware sizing
115
117
You can’t perform that action at this time.
0 commit comments