Read the information and procedures in this section to learn about specific device management tasks, including:
Pushing configuration changes to the system
Locking device configuration
Renaming devices
Remodeling devices
If you have configured a device to send a recurring event that you have mapped to a heartbeat class, you can clear stale heartbeat events.
To clear the heartbeat events associated with a device:
Navigate to the device in the device list.
At the bottom of the device overview page, select Clear Heartbeats from (Action Menu).
The Clear Heartbeats dialog appears.
Click Submit to confirm the clear action.
The system moves the heartbeat events for the device to event history and displays a confirmation message of the action.
When you make a configuration change, it is automatically propagated to all the remote collectors. If you think that your change has not been propagated correctly, then you can manually force a configuration "push" to the collectors.
To push configuration changes:
You can lock a device's configuration to prevent changes from being overwritten when remodeling the device. Two levels of locking are available. You can lock the configuration from deletion and updates, or solely from deletion.
Note
Device locking prevents changes and deletion due to remodeling. It does not prevent manual changes and deletion.
To edit lock selections for a device configuration:
Navigate to the device in the device list.
At the bottom of the device overview page, select Lock from (Action Menu).
The Lock dialog appears.
To send events when actions are blocked by a lock action, select the "Send an event..." option.
Select the type of lock you want to implement or remove.
The lock or unlock action is implemented on the device, and the system displays a confirmation message of the action.
Because the system uses the manage IP to monitor a device, the device name may be different than its fully qualified domain name (FQDN). The device name must always be unique.
To rename a device:
Remodeling forces the system to re-collect all configuration information associated with a device. Normally, the system models devices every 720 minutes; however, if you want to remodel a device immediately, follow these steps:
You might want to reset the manage IP address if the IP address of a device has changed and you want to maintain the historical data at the original IP address. To reset the manage IP address of a device:
Navigate to the device in the device list.
At the bottom of the device overview page, select Reset/Change IP Address from (Action Menu).
The Reset IP dialog appears.
Enter the new IP address for the device, or leave the field blank to allow the IP address to be set by DNS.
Click Save.
The IP address for the device is reset.
If the system is unable to monitor a device because its SNMP community has changed, you can re-discover the device community by using the list of community strings defined in the zSnmpCommunity configuration property.
To delete a device from the system:
Navigate to the device in the device list.
At the bottom of the device overview page, select Delete Device from (Action Menu).
The Delete Device dialog appears.
Optionally change the selections to delete current events or performance data for the device. By default, events and performance data are removed.
Click Submit.
The system removes the devices and associated data (if selected), and displays a confirmation message of the action.
Zenoss allows you to export a list of your devices to an XML file to import into another Zenoss instance. From the command line, use the command:
zendevicedump -o mydevicelist.xml
This command writes the names of your devices (including their device classes, groups, systems) to a file named mydevicelist.xml
.
To load these devices into another instance (or reload them into the same instance), while in the Zenoss instance where you want the devices to be discovered, run the command:
zendeviceload -i mydevicelist.xml
The systems attempts to discover each of the devices in the XML file.