mirror of https://github.com/m-labs/artiq.git
artiq_ddb_template: add aqctl_moninj_proxy
This commit is contained in:
parent
6a49b8cb58
commit
6d92e539b1
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue