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.rst
+39-2Lines changed: 39 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Available Features
74
74
* Collects and displays `device status <#device-status>`_ information like uptime, RAM status, CPU load averages,
75
75
Interface properties and addresses, WiFi interface status and associated clients,
76
76
Neighbors information, DHCP Leases, Disk/Flash status
77
+
* Collection of monitoring information in a timeseries database (`InfluxDB <https://www.influxdata.com/>`_ and `Elasticsearch <https://www.elastic.co/elasticsearch/>`_ are currently supported)
77
78
* Monitoring charts for uptime, packet loss, round trip time (latency), associated wifi clients, interface traffic,
78
79
RAM usage, CPU load, flash/disk usage
79
80
* Charts can be viewed at resolutions of 1 day, 3 days, a week, a month and a year
@@ -108,6 +109,8 @@ beforehand.
108
109
In case you prefer not to use Docker you can `install InfluxDB <https://docs.influxdata.com/influxdb/v1.8/introduction/install/>`_
109
110
and Redis from your repositories, but keep in mind that the version packaged by your distribution may be different.
110
111
112
+
If you wish to use ``Elasticsearch`` for storing and retrieving timeseries data then `install Elasticsearch <https://www.elastic.co/guide/en/elasticsearch/reference/current/install-elasticsearch.html>`_.
113
+
111
114
Install spatialite and sqlite:
112
115
113
116
.. code-block:: shell
@@ -165,6 +168,20 @@ Follow the setup instructions of `openwisp-controller
165
168
'PORT': '8086',
166
169
}
167
170
171
+
In case, you wish to use ``Elasticsearch`` for timeseries data storage and retrieval,
0 commit comments