artiq_ddb_template: add aqctl_moninj_proxy

pull/1873/head
Sebastien Bourdeauducq 2022-03-19 22:33:03 +08:00
parent 6a49b8cb58
commit 6d92e539b1
1 changed files with 7 additions and 0 deletions

View File

@ -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",