Skip to content
Snippets Groups Projects
Commit a71a6c5f authored by Carsten Patzke's avatar Carsten Patzke
Browse files

Default instance name of broker was wrong

parent d1327053
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ func (m *brokerMonitoring) Init() error {
if err != nil {
hostname = "hostnameerror"
}
m.BrokerName = "receiver_" + hostname + "_" + strconv.Itoa(os.Getpid())
m.BrokerName = "broker_" + hostname + "_" + strconv.Itoa(os.Getpid())
return nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment