Package Products :: Package ZenEvents :: Module zentrap :: Class MibConfigTask
[hide private]
[frames] | no frames]

Class MibConfigTask

source code

                         object --+    
                                  |    
ZenUtils.observable.ObservableMixin --+
                                      |
                                     MibConfigTask

Receive a configuration object containing MIBs and update the mapping of OIDs to names.

Instance Methods [hide private]
 
__init__(self, taskName, configId, scheduleIntervalSeconds=3600, taskConfig=None) source code
 
doTask(self) source code
 
cleanup(self) source code

Inherited from ZenUtils.observable.ObservableMixin: __setattr__, attachAttributeObserver, detachAttributeObserver, notifyAttributeChange

Method Details [hide private]

__init__(self, taskName, configId, scheduleIntervalSeconds=3600, taskConfig=None)
(Constructor)

source code 
Overrides: ZenUtils.observable.ObservableMixin.__init__