Trees | Indices | Help |
|
---|
|
object --+ | ZenModel.ZenModelBase.ZenModelBase --+ | ExtensionClass.Base --+ | | | OFS.CopySupport.CopyContainer --+ | | | ZenRelations.RelCopySupport.RelCopyContainer --+ | | | ExtensionClass.Base --+ | | | | | OFS.CopySupport.CopyContainer --+ | | | | | ExtensionClass.Base --+ | | | | | | | App.Management.Navigation --+ | | | | | ExtensionClass.Base --+ | | | | | | | App.Management.Tabs --+ | | | | | Acquisition.Implicit --+ | | | | | Persistence.Persistent --+ | | | | | ExtensionClass.Base --+ | | | | | | | webdav.EtagSupport.EtagSupport --+ | | | | | | | | | webdav.Lockable.LockableItem --+ | | | | | | | webdav.Resource.Resource --+ | | | | | | | webdav.Collection.Collection --+ | | | | | OFS.Traversable.Traversable --+ | | | | | OFS.ObjectManager.ObjectManager --+ | | | ExtensionClass.Base --+ | | | | | ExtensionClass.Base --+ | | | | | | | OFS.CopySupport.CopySource --+ | | | | | ExtensionClass.Base --+ | | | | | | | App.Management.Tabs --+ | | | | | OFS.Traversable.Traversable --+ | | | | | AccessControl.Owned.Owned --+ | | | | | ZenRelations.ZItem.ZItem --+ | | | | | Acquisition.Implicit --+ | | | | | AccessControl.Role.RoleManager --+ | | | | | ZenRelations.PrimaryPathObjectManager.PrimaryPathManager --+ | | | ExtensionClass.Base --+ | | | | | App.Undo.UndoSupport --+ | | | ZenRelations.PrimaryPathObjectManager.PrimaryPathObjectManager --+ | | | object --+ | | | | | ExtensionClass.Base --+ | | | | | | | OFS.ZDOM.Node --+ | | | | | | | | | OFS.ZDOM.Element --+ | | | | | | | | | OFS.ZDOM.ElementWithAttributes --+ | | | | | | | OFS.PropertyManager.PropertyManager --+ | | | | | ZenRelations.ZenPropertyManager.ZenPropertyManager --+ | | | ZenRelations.RelationshipManager.RelationshipManager --+ | ExtensionClass.Base --+ | | | OFS.History.Historical --+ | object --+ | | | ZenModel.ZenPacker.ZenPacker --+ | ZenModel.ZenModelRM.ZenModelRM --+ | EventManagerBase
Data connector to backend of the event management system.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
eventStateConversions = 'New', 0, ('Acknowledged', 1), ('Suppr
|
|||
eventActions = 'status', 'history', 'drop'
|
|||
severityConversions = 'Critical', 5, ('Error', 4), ('Warning',
|
|||
severities = dict([(b, a) for a, b in severityConversions])
|
|||
priorityConversions = 'None',-1, ('Emergency', 0), ('Alert', 1
|
|||
priorities = dict([(b, a) for a, b in priorityConversions])
|
|||
statusTable = "status"
|
|||
detailTable = "detail"
|
|||
logTable = "log"
|
|||
lastTimeField = "lastTime"
|
|||
firstTimeField = "firstTime"
|
|||
deviceField = "device"
|
|||
componentField = "component"
|
|||
eventClassField = "eventClass"
|
|||
severityField = "severity"
|
|||
stateField = "eventState"
|
|||
countField = "count"
|
|||
prodStateField = "prodState"
|
|||
DeviceGroupField = "DeviceGroups"
|
|||
SystemField = "Systems"
|
|||
DeviceWhere = "\"device = '%s'\" % me.getDmdKey()"
|
|||
DeviceResultFields = "eventState", "severity", "component", "e
|
|||
ComponentWhere = "\"(device = '%s' and component = '%s')\"" "
|
|||
ComponentResultFields = "eventState", "severity", "eventClass"
|
|||
IpAddressWhere = "\"ipAddress='%s'\" % (me.getId())"
|
|||
EventClassWhere = "\"eventClass like '%s%%'\" % me.getDmdKey()"
|
|||
EventClassInstWhere = """\"eventClass = '%s' and eventClassKey
|
|||
DeviceClassWhere = "\"(DeviceClass = '%s' or DeviceClass like
|
|||
LocationWhere = "\"Location like '%s%%'\" % me.getDmdKey()"
|
|||
SystemWhere = "\"Systems like '%%|%s%%'\" % me.getDmdKey()"
|
|||
DeviceGroupWhere = "\"DeviceGroups like '%%|%s%%'\" % me.getDm
|
|||
defaultResultFields = "eventState", "severity", "device", "com
|
|||
defaultFields = 'eventState', 'severity', 'evid'
|
|||
defaultEventId = 'device', 'component', 'eventClass', 'eventKe
|
|||
requiredEventFields = 'device', 'summary', 'severity'
|
|||
defaultAvailabilityDays = 7
|
|||
defaultPriority = 3
|
|||
eventAgingHours = 4
|
|||
eventAgingSeverity = 4
|
|||
historyMaxAgeDays = 0
|
|||
_properties = {'id': 'backend', 'type': 'string', 'mode': 'r',
|
|||
_relations = "commands", ToManyCont(ToOne, "Products.ZenEvents
|
|||
security = ClassSecurityInfo()
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
Sets up event database access and initializes the cache.
|
Send an event to the backend.
To Do: implement |
|
eventStateConversions
|
severityConversions
|
priorityConversions
|
DeviceResultFields
|
ComponentWhere
|
ComponentResultFields
|
EventClassInstWhere
|
DeviceClassWhere
|
DeviceGroupWhere
|
defaultResultFields
|
defaultEventId
|
_properties
|
_relations
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1.1812 on Tue Oct 11 12:51:18 2011 | http://epydoc.sourceforge.net |