Update dashboard ZMQ endpoints to use hostnames for all CMTEC hosts

This commit is contained in:
Christoffer Martinsson 2025-10-13 23:39:46 +02:00
parent 8ab749ed04
commit c8655bf852

View File

@ -37,10 +37,11 @@ kind = "zmq"
[data_source.zmq]
endpoints = [
"tcp://192.168.30.100:6130", # srv01
"tcp://192.168.30.105:6130", # cmbox
"tcp://192.168.30.107:6130", # simonbox
"tcp://192.168.30.101:6130" # steambox
"tcp://srv01:6130", # srv01
"tcp://cmbox:6130", # cmbox
"tcp://simonbox:6130", # simonbox
"tcp://steambox:6130", # steambox
"tcp://labbox:6130", # labbox
]
[filesystem]