Skip to content
Snippets Groups Projects
Commit e75d4eb9 authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-434: Add cross references

parent 27e3fd05
No related branches found
No related tags found
1 merge request!150L2SS-434: Add sphinx documentation content
......@@ -6,6 +6,8 @@ The devices receive their configuration from two sources:
- The TangoDB database, for static *properties*,
- Externally, from the user, or a control system, that set *control attributes*.
.. _tangodb:
TangoDB
-------------------------
......
......@@ -7,7 +7,9 @@ The devices, and the docker containers in general, produce logging output. The e
This is mostly useful for interactive use.
ELK stack
.. _elk:
ELK
------------------
To monitor the logs remotely, or to browse older logs, use the *ELK stack* that is included on the station, and served on http://localhost:5601. ELK, or ElasticSearch + Logstash + Kibana, is a popular log collection and querying system. Currently, the following logs are collected in our ELK installation:
......
......@@ -17,10 +17,12 @@ You are encouraged to inspect each panel (graph) to see the underlying database
The Grafana dashboards are configured with the following data sources:
- *Prometheus*, the time-series database that caches the latest values of all monitoring points (see next section),
- :ref:`prometheus-section`, the time-series database that caches the latest values of all monitoring points (see next section),
- *Archiver DB*, the database that provides a long-term cache of attributes,
- *Tango DB*, providing access to device properties (fixed settings),
- *ELK*, the log output of the devices.
- :ref:`tangodb`, providing access to device properties (fixed settings),
- :ref:`elk`, the log output of the devices.
.. _prometheus-section:
Prometheus
-------------------------
......
......@@ -24,7 +24,7 @@ Futhermore, there are some low-level interfaces:
+---------------------+--------------+----------------------+-------------------+
| :ref:`rest-api` |tango-rest |http://localhost:8080 |tango-cs/tango |
+---------------------+--------------+----------------------+-------------------+
|Tango Database |MariaDB |http://localhost:3306 |tango/tango |
| :ref:`tangodb` |MariaDB |http://localhost:3306 |tango/tango |
+---------------------+--------------+----------------------+-------------------+
|Archive Database |MariaDB |http://localhost:3307 |tango/tango |
+---------------------+--------------+----------------------+-------------------+
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment