A scheduled task that watches the event log on a single Windows
device.
|
__init__(self,
deviceId,
taskName,
scheduleIntervalSeconds,
taskConfig)
Construct a new task instance to watch for Windows Event Log changes
for the specified device. |
source code
|
|
|
_reset(self)
Reset the WMI notification query watcher connection to the device, if
one is presently active. |
source code
|
|
dictionary
|
|
|
_finished(self,
result)
Callback activated when the task is complete so that final statistics
on the collection can be displayed. |
source code
|
|
|
_failure(self,
result)
Errback for an unsuccessful asynchronous connection or collection
request. |
source code
|
|
|
_collectSuccessful(self,
result)
Callback for a successful fetch of events from the remote device. |
source code
|
|
|
|
|
_collectCallback(self,
result)
Callback called after a connect or previous collection so that
another collection can take place. |
source code
|
|
|
_connectCallback(self,
result)
Callback called after a successful connect to the remote Windows
device. |
source code
|
|
|
_connect(self)
Called when a connection needs to be created to the remote Windows
device. |
source code
|
|
|
|
|
|
Inherited from ZenUtils.observable.ObservableMixin :
__setattr__ ,
attachAttributeObserver ,
detachAttributeObserver ,
notifyAttributeChange
|