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
Branches
Tags
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.
Please register or to comment