A scheduled task that finds instances of configure processes and
collects metrics on the processes
|
|
Twisted deferred object
|
doTask(self)
Contact to one device and return a deferred which gathers data from
the device. |
source code
|
|
|
|
|
_connectCallback(self,
result)
Callback called after a successful connect to 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
|
|
|
_finished(self,
result)
Callback activated when the task is complete |
source code
|
|
|
|
|
capturePacket(self,
hostname,
data)
Store SNMP results into files for unit-testing. |
source code
|
|
|
sendRestartEvents(self,
afterByConfig,
beforeByConfig,
restarted) |
source code
|
|
|
sendFoundProcsEvents(self,
afterByConfig,
restarted) |
source code
|
|
|
|
|
sendMissingProcsEvents(self,
afterByConfig) |
source code
|
|
|
|
|
|
|
|
|
|
Twisted deferred
|
|
Twisted deferred
|
|
|
_connect(self)
Create a connection to the remote device |
source code
|
|
|
_close(self)
Close down the connection to the remote device |
source code
|
|
|
|
|
|
|
_save(self,
pidName,
statName,
value,
rrdType,
min='U')
Save a value into an RRD file |
source code
|
|
Inherited from ZenUtils.observable.ObservableMixin :
__setattr__ ,
attachAttributeObserver ,
detachAttributeObserver ,
notifyAttributeChange
|