From 6d92e539b175995fc527695a73ad505078fa00eb Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 19 Mar 2022 22:33:03 +0800 Subject: [PATCH] artiq_ddb_template: add aqctl_moninj_proxy --- artiq/frontend/artiq_ddb_template.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/artiq/frontend/artiq_ddb_template.py b/artiq/frontend/artiq_ddb_template.py index 3d5b639ca..4fd3a543f 100755 --- a/artiq/frontend/artiq_ddb_template.py +++ b/artiq/frontend/artiq_ddb_template.py @@ -38,6 +38,13 @@ def process_header(output, description): "port": 1068, "command": "aqctl_corelog -p {{port}} --bind {{bind}} " + core_addr }}, + "core_moninj": {{ + "type": "controller", + "host": "::1", + "port_proxy": 1383, + "port": 1384, + "command": "aqctl_moninj_proxy --port-proxy {{port_proxy}} --port-control {{port}} --bind {{bind}} " + core_addr + }}, "core_cache": {{ "type": "local", "module": "artiq.coredevice.cache",