Package Products :: Package ZenStatus :: Module zenping :: Class TopologyUpdater
[hide private]
[frames] | no frames]

Class TopologyUpdater

source code

object --+
         |
        TopologyUpdater

This updates the link between a device and the topology.

Instance Methods [hide private]
 
deleted(self, configurationId)
Called when a configuration is deleted from the collector If the device was down and we don't remove from topology, we will send out a bogus 'device down' event.
source code
 
added(self, configuration)
Called when a configuration is added to the collector.
source code
 
updated(self, newConfiguration)
Called when a configuration is updated in collector
source code
Method Details [hide private]

added(self, configuration)

source code 

Called when a configuration is added to the collector. This links the schedulable tasks to the topology so that we can check on the status of the network devices.