Update dashboard ZMQ endpoints to use hostnames for all CMTEC hosts
This commit is contained in:
parent
8ab749ed04
commit
c8655bf852
@ -37,10 +37,11 @@ kind = "zmq"
|
|||||||
|
|
||||||
[data_source.zmq]
|
[data_source.zmq]
|
||||||
endpoints = [
|
endpoints = [
|
||||||
"tcp://192.168.30.100:6130", # srv01
|
"tcp://srv01:6130", # srv01
|
||||||
"tcp://192.168.30.105:6130", # cmbox
|
"tcp://cmbox:6130", # cmbox
|
||||||
"tcp://192.168.30.107:6130", # simonbox
|
"tcp://simonbox:6130", # simonbox
|
||||||
"tcp://192.168.30.101:6130" # steambox
|
"tcp://steambox:6130", # steambox
|
||||||
|
"tcp://labbox:6130", # labbox
|
||||||
]
|
]
|
||||||
|
|
||||||
[filesystem]
|
[filesystem]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user