Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed Nov 9, 2020
1 parent a689e1e commit 60317f5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/catalog_and_maps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Contents:

catalog_and_maps/map_viewers
catalog_and_maps/administration_console
catalog_and_maps/monitoring
catalog_and_maps/statistics_page
7 changes: 7 additions & 0 deletions docs/catalog_and_maps/map_viewers.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Map Viewers
-----------

In the publicly accessible section of the Catalog, Sentilo offers 2 different map viewers that display
data in real-time, as they arrive to the system.

Both viewers are accessible from the *Explore* item
at the top menu bar (*Universal viewer* and *Route viewer*).


Universal viewer
~~~~~~~~~~~~~~~~

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Sentilo monitoring
------------------

The Catalog allows us to display some Sentilo statistics through a set
The public section of the Catalog allows us to display some Sentilo statistics through a set
of features/pages which allow us to inspect the current platform
activity and to display the components/sensors over a map.

Expand All @@ -14,27 +14,29 @@ number of sensors registered, current requests per second, max daily
average and max average requests per second, ….. These values are
automatically updated every 30 seconds.

.. image:: ../_static/images/catalog_and_maps/stats_001.jpg
These values are never being reset, unless you re-create Redis database.

|stats_001.jpg|

It also shows a time-series graph which displays the platform activity
(such as observations, orders and alarms) for the last 100 minutes. This
graph is automatically updated every 5 minutes.

.. image:: ../_static/images/catalog_and_maps/stats_002.jpg
|stats_002.jpg|

Navigate the last data chart
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

You can navigate along the dates of the graph by using the buttons
located in the lower right corner of it:

.. image:: ../_static/images/catalog_and_maps/chart_controls.png
|chart_controls.png|

- **left arrow**: navigate to the past (only if there are older data)
- **reload data (center button)**: reload last data / reset chart data
- **right arrow**: navigate to the future (only if you have navigated
or gone into the past before)

You could also monitor the current activity of each sensor from the
different viewers available which are accessible from the *Explore* item
at the top menu bar (*Universal viewer* and *Route viewer*).
.. |stats_001.jpg| image:: ../_static/images/catalog_and_maps/stats_001.jpg
.. |stats_002.jpg| image:: ../_static/images/catalog_and_maps/stats_002.jpg
.. |chart_controls.png| image:: ../_static/images/catalog_and_maps/chart_controls.png

0 comments on commit 60317f5

Please sign in to comment.