diff --git a/CDB/LOFAR_ConfigDb.json b/CDB/LOFAR_ConfigDb.json index 197686104afa47aeb018b0c5caade4d286a4fe9b..8f50e88077d1ee66d6c60d949c44501a3ee57668 100644 --- a/CDB/LOFAR_ConfigDb.json +++ b/CDB/LOFAR_ConfigDb.json @@ -813,6 +813,25 @@ } } }, + "UNB2": { + "LTS": { + "UNB2": { + "LTS/UNB2/1": { + "properties": { + "OPC_Server_Name": [ + "despi.astron.nl" + ], + "OPC_Server_Port": [ + "4842" + ], + "OPC_Time_Out": [ + "5.0" + ] + } + } + } + } + }, "StatsCrosslet": { "CS997": { "StatsCrosslet": { diff --git a/devices/test/SDP_SST_statistics_packets.bin b/devices/test/SDP_SST_statistics_packets.bin new file mode 100644 index 0000000000000000000000000000000000000000..e94347b86a0a03b940eb84980ec8f6d3b6d4e2d7 Binary files /dev/null and b/devices/test/SDP_SST_statistics_packets.bin differ diff --git a/devices/test/SDP_XST_statistics_packets.bin b/devices/test/SDP_XST_statistics_packets.bin new file mode 100644 index 0000000000000000000000000000000000000000..97c08e3bfb47bf56c30288b5e62cc60c7034b417 Binary files /dev/null and b/devices/test/SDP_XST_statistics_packets.bin differ diff --git a/docker-compose/device-pcc.yml b/docker-compose/device-pcc.yml index ebf71352df76969e879a5d73f022705a202ab925..4bb079f37b5eb64ffabe0eb62fbee8cc1d1e7bcb 100644 --- a/docker-compose/device-pcc.yml +++ b/docker-compose/device-pcc.yml @@ -25,7 +25,7 @@ services: networks: - control ports: - - "5700:5700" # unique port for this DS + - "5707:5707" # unique port for this DS volumes: - ${TANGO_LOFAR_CONTAINER_MOUNT} environment: @@ -38,5 +38,5 @@ services: - -- # configure CORBA to _listen_ on 0:port, but tell others we're _reachable_ through ${HOSTNAME}:port, since CORBA # can't know about our Docker port forwarding - - python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/devices/pcc.py LTS -v -ORBendPoint giop:tcp:0:5700 -ORBendPointPublish giop:tcp:${HOSTNAME}:5700 + - python3 -u ${TANGO_LOFAR_CONTAINER_DIR}/devices/devices/pcc.py LTS -v -ORBendPoint giop:tcp:0:5707 -ORBendPointPublish giop:tcp:${HOSTNAME}:5707 restart: on-failure diff --git a/docker-compose/grafana/data_sources/archiver-maria-db b/docker-compose/grafana/data_sources/archiver-maria-db new file mode 100644 index 0000000000000000000000000000000000000000..66b72eb61fe79def05eb8fd9580d0f1b219ed832 --- /dev/null +++ b/docker-compose/grafana/data_sources/archiver-maria-db @@ -0,0 +1 @@ +{"id":4,"uid":"ZqAMHGN7z","orgId":1,"name":"Archiver","type":"mysql","typeName":"MySQL","typeLogoUrl":"public/app/plugins/datasource/mysql/img/mysql_logo.svg","access":"proxy","url":"archiver-maria-db","password":"tango","user":"tango","database":"hdbpp","basicAuth":false,"isDefault":true,"jsonData":{},"readOnly":false} diff --git a/docker-compose/grafana/data_sources/elk b/docker-compose/grafana/data_sources/elk new file mode 100644 index 0000000000000000000000000000000000000000..fd424e81b2f14713a3efd0a423f16e52ac81f0c9 --- /dev/null +++ b/docker-compose/grafana/data_sources/elk @@ -0,0 +1 @@ +{"id":3,"uid":"RuQjz8V7z","orgId":1,"name":"Elasticsearch","type":"elasticsearch","typeName":"Elasticsearch","typeLogoUrl":"public/app/plugins/datasource/elasticsearch/img/elasticsearch.svg","access":"proxy","url":"elk:9200","password":"","user":"","database":"logstash-*","basicAuth":false,"isDefault":false,"jsonData":{"esVersion":"7.10.0","includeFrozen":false,"logLevelField":"","logMessageField":"","maxConcurrentShardRequests":5,"timeField":"@timestamp"},"readOnly":false} diff --git a/docker-compose/grafana/data_sources/aa b/docker-compose/grafana/data_sources/prometheus similarity index 100% rename from docker-compose/grafana/data_sources/aa rename to docker-compose/grafana/data_sources/prometheus diff --git a/docker-compose/grafana/data_sources/ab b/docker-compose/grafana/data_sources/tangodb similarity index 59% rename from docker-compose/grafana/data_sources/ab rename to docker-compose/grafana/data_sources/tangodb index 765af60ea28bc8c1a283274ffc013a2838bb0e3d..7dfcc82c241a2a5b69c3d5a185383d47b7d08d76 100644 --- a/docker-compose/grafana/data_sources/ab +++ b/docker-compose/grafana/data_sources/tangodb @@ -1 +1 @@ -{"id":2,"uid":"d5_heb47k","orgId":1,"name":"TangoDB","type":"mysql","typeName":"MySQL","typeLogoUrl":"public/app/plugins/datasource/mysql/img/mysql_logo.svg","access":"proxy","url":"tangodb","password":"","user":"tango","database":"tango","basicAuth":false,"isDefault":true,"jsonData":{"timezone":""},"readOnly":false} +{"id":2,"uid":"d5_heb47k","orgId":1,"name":"TangoDB","type":"mysql","typeName":"MySQL","typeLogoUrl":"public/app/plugins/datasource/mysql/img/mysql_logo.svg","access":"proxy","url":"tangodb","password":"tango","user":"tango","database":"tango","basicAuth":false,"isDefault":true,"jsonData":{"timezone":""},"readOnly":false}