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

Class PingJob

source code

object --+
         |
        PingJob

Class representing a single target to be pinged.

Instance Methods [hide private]
 
__init__(self, ipaddr, hostname="", status=0, ttl=60, maxtries=2, sampleSize=1, iface='') source code
 
_getaddrinfo(self) source code
 
reset(self) source code
 
calculateStatistics(self) source code
 
stdDev(self, avg)
Calculate the sample standard deviation.
source code
 
pingArgs(self) source code
 
__str__(self) source code
Method Details [hide private]

__init__(self, ipaddr, hostname="", status=0, ttl=60, maxtries=2, sampleSize=1, iface='')
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 
Overrides: object.__str__
(inherited documentation)