Package Products :: Package ZenEvents :: Module zensyslog :: Class SyslogConfigTask
[hide private]
[frames] | no frames]

Class SyslogConfigTask

source code

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

Receive a configuration object containing the default priority

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__