Package ZenHub :: Package services :: Module EventService :: Class EventService
[hide private]
[frames] | no frames]

Class EventService

source code

                 Products.ZenHub.HubService.HubService --+
                                                         |
Products.ZenHub.services.ThresholdMixin.ThresholdMixin --+
                                                         |
                                                        EventService

Instance Methods [hide private]
 
__init__(self, dmd, instance) source code
 
remote_sendEvent(self, evt) source code
 
remote_sendEvents(self, evts) source code
 
remote_getDevicePingIssues(self, *args, **kwargs) source code
 
remote_getDeviceIssues(self, *args, **kwargs) source code
 
remote_getWmiConnIssues(self) source code
 
remote_getDefaultRRDCreateCommand(self) source code
 
remote_getDefaultPriority(self) source code
 
remote_oid2name(self, oid, exactMatch=True, strip=False)
get oids, even if we're handed slightly wrong values
source code
Method Details [hide private]

remote_sendEvent(self, evt)

source code 
Decorators:
  • @translateError

remote_sendEvents(self, evts)

source code 
Decorators:
  • @translateError

remote_getDevicePingIssues(self, *args, **kwargs)

source code 
Decorators:
  • @translateError

remote_getDeviceIssues(self, *args, **kwargs)

source code 
Decorators:
  • @translateError

remote_getWmiConnIssues(self)

source code 
Decorators:
  • @translateError

remote_getDefaultRRDCreateCommand(self)

source code 
Decorators:
  • @translateError

remote_getDefaultPriority(self)

source code 
Decorators:
  • @translateError

remote_oid2name(self, oid, exactMatch=True, strip=False)

source code 
get oids, even if we're handed slightly wrong values
Decorators:
  • @translateError