| Trees | Indices | Help |
|
|---|
|
|
|
|||
| Availability | |||
|
Report Determine availability by counting the amount of time down |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
ALL_EVENT_STATUSES = set([STATUS_NEW, STATUS_ACKNOWLEDGED, STA
|
|||
CLOSED_EVENT_STATUSES = set([STATUS_CLOSED, STATUS_CLEARED, ST
|
|||
OPEN_EVENT_STATUSES = ALL_EVENT_STATUSES-CLOSED_EVENT_STATUSES
|
|||
CACHE_TIME = 60.
|
|||
_cache = Map.Locked(Map.Timed({}, CACHE_TIME))
|
|||
|
|||
ALL_EVENT_STATUSES
|
CLOSED_EVENT_STATUSES
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:16 2011 | http://epydoc.sourceforge.net |