summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrpa <miruna.paun@enea.com>2021-09-10 15:53:01 +0200
committermrpa <miruna.paun@enea.com>2021-09-10 15:53:01 +0200
commit581d25a21d8cc2e8fdfd94df44edb46e0d7514ed (patch)
tree73ac7d4450db6e1d31b0d12062ca761d3487c886
parent54386e07a52582e58b3c4fb24e6cbc8bd0c6a795 (diff)
parenta18024e7edadaaf646633c4014b3a6cfd40d7418 (diff)
downloadnfv-access-documentation-581d25a21d8cc2e8fdfd94df44edb46e0d7514ed.tar.gz
Merge branch 'develop'Enea_Edge_2.5.0
Change-Id: I1351f5debae9060d88d5446a6af7b14e6cf3a8b4
-rw-r--r--doc/book-enea-edge-getting-started/doc/grafana.xml23
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/book-enea-edge-getting-started/doc/grafana.xml b/doc/book-enea-edge-getting-started/doc/grafana.xml
index 807c2ac..4593e68 100644
--- a/doc/book-enea-edge-getting-started/doc/grafana.xml
+++ b/doc/book-enea-edge-getting-started/doc/grafana.xml
@@ -2,16 +2,17 @@
2<chapter id="grafana"> 2<chapter id="grafana">
3 <title>Using Grafana and InfluxDB</title> 3 <title>Using Grafana and InfluxDB</title>
4 4
5 <para><ulink url="https://docs.influxdata.com/influxdb/">InfluxDB</ulink> is 5 <para><ulink url="https://docs.influxdata.com/influxdb/">InfluxDB</ulink> is
6 essentially a time series database process that runs on a server, while 6 essentially a time series database process that runs on a server, while
7 <ulink url="https://grafana.com/docs/grafana">Grafana</ulink> is a 7 <ulink url="https://grafana.com/docs/grafana">Grafana</ulink> is a
8 visualization tool for time series data. Grafana is a very lightweight 8 visualization tool for time series data. Grafana is a very lightweight
9 server-side application, and most of the data monitoring runs in a browser.</para> 9 server-side application, and most of the data monitoring runs in a
10 10 browser.</para>
11 <para>For details on version information for these two components, please refer to the 11
12 <ns:include href="../../s_docbuild/olinkdb/pardoc-common.xml" 12 <para>For details on version information for these two components, please
13 xmlns:ns="http://www.w3.org/2001/XInclude" 13 refer to the <ns:include href="../../s_docbuild/olinkdb/pardoc-common.xml"
14 xpointer="element(book_enea_edge_telemetry_open_source/1)" />.</para> 14 xmlns:ns="http://www.w3.org/2001/XInclude"
15 xpointer="element(book_enea_edge_telemetry_open_source/1)" />.</para>
15 16
16 <section id="telemetry_deployment"> 17 <section id="telemetry_deployment">
17 <title>Deploying Grafana and InfluxDB</title> 18 <title>Deploying Grafana and InfluxDB</title>
@@ -170,7 +171,7 @@
170 <listitem> 171 <listitem>
171 <para>For InfluxDB, run the following command:</para> 172 <para>For InfluxDB, run the following command:</para>
172 173
173 <programlisting>firewall-cmd --permanent --add-port=25826/tcp</programlisting> 174 <programlisting>firewall-cmd --permanent --add-port=25826/udp</programlisting>
174 </listitem> 175 </listitem>
175 176
176 <listitem> 177 <listitem>