A task that performs periodic performance collection for devices
providing data via SNMP agents.
|
|
|
|
|
_connectCallback(self,
result)
Callback called after a successful connect to the remote device. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Twisted deferred object
|
doTask(self)
Contact to one device and return a deferred which gathers data from
the device. |
source code
|
|
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
|
|
|
|
|
_badOid(self,
oid)
Report any bad OIDs and then remove the OID so we don't generate any
further errors. |
source code
|
|
|
displayStatistics(self)
Called by the collector framework scheduler, and allows us to see how
each task is doing. |
source code
|
|