Package ZenModel :: Module ZenStatus
[hide private]
[frames] | no frames]

Module ZenStatus

source code

ZenStatus

Track status information about some monitored object. if status = -1 the object has not been tested if status = -2 the object has failed a DNS lookup if status = 0 the object has passed its test if status > 0 the object has failed its test status times

This class should track availability as well!!!

$Id: ZenStatus.py,v 1.28 2004/05/11 22:59:23 edahl Exp $

Classes [hide private]
  ZenStatus
Persistent ExtensionClass
  ZenAvailability
Persistent ExtensionClass
  YearlyDownTime
this would take less space as a dict with but it would take longer to query not sure which is better going with faster and bigger :)
Variables [hide private]
  __doc__ = """ZenSta...
  defaultColor = '#d02090'
Variables Details [hide private]

__doc__

Value:
"""ZenStatus

Track status information about some monitored object.
if status = -1 the object has not been tested
if status = -2 the object has failed a DNS lookup
if status = 0 the object has passed its test
if status > 0 the object has failed its test status times

...