IP based agent registration
By default agents with same name sending data from two different IP addresses will be registered in the CMR as two different agents. However, to provide more flexibility to the user, InspectIT allows to disable this and register all agents with same name as one, not depending on their IP address.
This option can be activated/dis-activated by opening the inspectit-cmr.jar file and editing the config/cmr.properties file:
# defines if the agents should be differently registered if they have different IP adresses cmr.ipBasedAgentRegistration = true
Setting the value to false will dis-activate the IP based agent registration and all agents with same name will be registered as one. Default value is true.