Skip to content
Snippets Groups Projects
Commit 1102fe8f authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-988: Decision to use tango based device ping where possible

parent 176fb656
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 19 deletions
...@@ -45,7 +45,6 @@ services: ...@@ -45,7 +45,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5915 - TANGO_ZMQ_HEARTBEAT_PORT=5915
healthcheck: healthcheck:
test: l2ss-health STAT/AntennaField/1 test: l2ss-health STAT/AntennaField/1
# test: nc -z -v device-antennafield 5715
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5909 - TANGO_ZMQ_HEARTBEAT_PORT=5909
healthcheck: healthcheck:
test: l2ss-health STAT/Apsct/1 test: l2ss-health STAT/Apsct/1
# test: nc -z -v device-apsct 5709
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5910 - TANGO_ZMQ_HEARTBEAT_PORT=5910
healthcheck: healthcheck:
test: l2ss-health STAT/Apspu/1 test: l2ss-health STAT/Apspu/1
# test: nc -z -v device-apspu 5710
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5912 - TANGO_ZMQ_HEARTBEAT_PORT=5912
healthcheck: healthcheck:
test: l2ss-health STAT/Beamlet/1 test: l2ss-health STAT/Beamlet/1
# test: nc -z -v device-beamlet 5712
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -43,7 +43,6 @@ services: ...@@ -43,7 +43,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5908 - TANGO_ZMQ_HEARTBEAT_PORT=5908
healthcheck: healthcheck:
test: l2ss-health STAT/BOOT/1 test: l2ss-health STAT/BOOT/1
# test: nc -z -v device-boot 5708
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -47,7 +47,6 @@ services: ...@@ -47,7 +47,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5917 - TANGO_ZMQ_HEARTBEAT_PORT=5917
healthcheck: healthcheck:
test: l2ss-health STAT/BST/1 test: l2ss-health STAT/BST/1
# test: nc -z -v device-bst 5717
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5921 - TANGO_ZMQ_HEARTBEAT_PORT=5921
healthcheck: healthcheck:
test: l2ss-health STAT/CCD/1 test: l2ss-health STAT/CCD/1
# test: nc -z -v device-ccd 5721
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5913 - TANGO_ZMQ_HEARTBEAT_PORT=5913
healthcheck: healthcheck:
test: l2ss-health STAT/DigitalBeam/1 test: l2ss-health STAT/DigitalBeam/1
# test: nc -z -v device-digitalbeam 5713
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -46,7 +46,6 @@ services: ...@@ -46,7 +46,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5905 - TANGO_ZMQ_HEARTBEAT_PORT=5905
healthcheck: healthcheck:
test: l2ss-health STAT/Docker/1 test: l2ss-health STAT/Docker/1
# test: nc -z -v device-docker 5705
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -43,7 +43,6 @@ services: ...@@ -43,7 +43,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5903 - TANGO_ZMQ_HEARTBEAT_PORT=5903
healthcheck: healthcheck:
test: l2ss-health STAT/ObservationControl/1 test: l2ss-health STAT/ObservationControl/1
# test: nc -z -v device-observation-control 5703
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -39,7 +39,6 @@ services: ...@@ -39,7 +39,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5920 - TANGO_ZMQ_HEARTBEAT_PORT=5920
healthcheck: healthcheck:
test: l2ss-health STAT/pcon/1 test: l2ss-health STAT/pcon/1
# test: nc -z -v device-pcon 5720
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -39,7 +39,6 @@ services: ...@@ -39,7 +39,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5919 - TANGO_ZMQ_HEARTBEAT_PORT=5919
healthcheck: healthcheck:
test: l2ss-health STAT/PSOC/1 test: l2ss-health STAT/PSOC/1
# test: nc -z -v device-psoc 5719
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5907 - TANGO_ZMQ_HEARTBEAT_PORT=5907
healthcheck: healthcheck:
test: l2ss-health STAT/RECV/1 test: l2ss-health STAT/RECV/1
# test: nc -z -v device-recv 5707
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5901 - TANGO_ZMQ_HEARTBEAT_PORT=5901
healthcheck: healthcheck:
test: l2ss-health STAT/SDP/1 test: l2ss-health STAT/SDP/1
# test: nc -z -v device-sdp 5701
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -47,7 +47,6 @@ services: ...@@ -47,7 +47,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5902 - TANGO_ZMQ_HEARTBEAT_PORT=5902
healthcheck: healthcheck:
test: l2ss-health STAT/SST/1 test: l2ss-health STAT/SST/1
# test: nc -z -v device-sst 5702
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -39,7 +39,6 @@ services: ...@@ -39,7 +39,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5916 - TANGO_ZMQ_HEARTBEAT_PORT=5916
healthcheck: healthcheck:
test: l2ss-health STAT/TemperatureManager/1 test: l2ss-health STAT/TemperatureManager/1
# test: nc -z -v device-temperature-manager 5716
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -40,7 +40,6 @@ services: ...@@ -40,7 +40,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5911 - TANGO_ZMQ_HEARTBEAT_PORT=5911
healthcheck: healthcheck:
test: l2ss-health STAT/TileBeam/1 test: l2ss-health STAT/TileBeam/1
# test: nc -z -v device-tilebeam 5711
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -44,7 +44,6 @@ services: ...@@ -44,7 +44,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5904 - TANGO_ZMQ_HEARTBEAT_PORT=5904
healthcheck: healthcheck:
test: l2ss-health STAT/UNB2/1 test: l2ss-health STAT/UNB2/1
# test: nc -z -v device-unb2 5704
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
...@@ -47,7 +47,6 @@ services: ...@@ -47,7 +47,6 @@ services:
- TANGO_ZMQ_HEARTBEAT_PORT=5906 - TANGO_ZMQ_HEARTBEAT_PORT=5906
healthcheck: healthcheck:
test: l2ss-health STAT/XST/1 test: l2ss-health STAT/XST/1
# test: nc -z -v device-xst 5706
interval: 1m interval: 1m
timeout: 30s timeout: 30s
retries: 3 retries: 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment