Previous Topic: Modify When Rollup Processing and Baseline Calculations Are PerformedNext Topic: How to Create a Custom Metric Family


Change the Primary IP Address On a Monitored Device

As an administrator, you want your monitored devices to maintain consistent data, even if the IP address on a device changes. If the IP address on the device changes and you do not update it, a subsequent discovery can create a new monitored device.

Consider the following information before you change the primary IP address:

Note: If the primary IP address on a monitored device changes, an event is generated on the device.

To change the primary IP address on a monitored device, open a REST client editor or HTTP tool and enter the following criteria:

Example: In this example, you change the primary IP address on a monitored device to 1.2.3.4:

<Device version="1.0.0">
      <PrimaryIPAddress>1.2.3.4</PrimaryIPAddress>
</Device>