Package Products :: Package ZenEvents :: Module Availability :: Class Report
[hide private]
[frames] | no frames]

Class Report

source code

object --+
         |
        Report

Determine availability by counting the amount of time down

Instance Methods [hide private]
 
__init__(self, startDate=None, endDate=None, eventClass=Status_Ping, severity=5, device=None, component='', prodState=1000, manager=None, agent=None, DeviceClass=None, Location=None, System=None, DeviceGroup=None, DevicePriority=None, monitor=None) source code
 
tuple(self) source code
 
__hash__(self) source code
 
__cmp__(self, other) source code
 
run(self, dmd)
Run the report, returning an Availability object for each device
source code
Method Details [hide private]

__init__(self, startDate=None, endDate=None, eventClass=Status_Ping, severity=5, device=None, component='', prodState=1000, manager=None, agent=None, DeviceClass=None, Location=None, System=None, DeviceGroup=None, DevicePriority=None, monitor=None)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 
Overrides: object.__hash__
(inherited documentation)