Skip to content
Snippets Groups Projects
Commit 91383d07 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-1030: add healthcheck to device-configuration

parent 959ecfec
Branches
Tags
1 merge request!468Resolve L2SS-1030 "Create configuration device"
...@@ -42,6 +42,12 @@ services: ...@@ -42,6 +42,12 @@ services:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- TANGO_ZMQ_EVENT_PORT=5822 - TANGO_ZMQ_EVENT_PORT=5822
- TANGO_ZMQ_HEARTBEAT_PORT=5922 - TANGO_ZMQ_HEARTBEAT_PORT=5922
healthcheck:
test: l2ss-health STAT/Configuration/1
interval: 1m
timeout: 30s
retries: 3
start_period: 30s
working_dir: /opt/lofar/tango working_dir: /opt/lofar/tango
entrypoint: entrypoint:
- bin/start-ds.sh - bin/start-ds.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment