IP based agent registration
Updating the CMR properties
Please read the general information on updating the CMR properties first on the CMR Configuration page.
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/deactivated by changing the corresponding property in the default.xml configuration file located in [CMR]/config folder:
<boolean-property name="IP Based Registration" default-value="false" server-restart-required="false" logical-name="cmr.ipBasedAgentRegistration" advanced="false" description="Defines if the agents should be differently registered if they have different IP adresses."></boolean-property>
Setting the default-value to false will deactivate the IP based agent registration and all agents with same name will be registered as one. Default value is true.