Package Products :: Package ZenStatus :: Package ping :: Module CmdPingTask :: Class CmdPingTask
[hide private]
[frames] | no frames]

Class CmdPingTask

source code

PingTask --+
           |
          CmdPingTask

Instance Methods [hide private]
Twisted deferred object
doTask(self)
Contact to one device and return a deferred which gathers data from the device.
source code
 
_pingIp(self) source code
Method Details [hide private]

doTask(self)

source code 

Contact to one device and return a deferred which gathers data from the device.

Returns: Twisted deferred object
A task to ping the device and any of its interfaces.

_pingIp(self)

source code 
Decorators:
  • @defer.inlineCallbacks