| Method Summary |
| |
__init__(self)
|
| |
buildOptions(self)
basic options setup sub classes can add more options here |
| |
doHandleRequest(self,
*args)
EventServer is calling this in a separate thread to handle requests in
self.q |
| |
execute(self,
method,
data)
|
| |
getPageChecks(self,
monitorName)
|
| |
xmlrpc_getDevicePingIssues(self,
*unused)
|
| |
xmlrpc_getPageChecks(self,
monitorName)
|
| |
xmlrpc_getWmiConnIssues(self,
*args)
|
| |
xmlrpc_sendEvent(self,
data)
XMLRPC requests are processed asynchronously in a thread |
| |
xmlrpc_sendEvents(self,
data)
|
Inherited from EventServer:
finish,
heartbeat,
main,
report,
reportCycle,
run,
sendEvent,
sendEvents,
sigTerm,
useTcpFileDescriptor,
useUdpFileDescriptor,
_wakeUpReactorAndHandleSignals
Inherited from ZCmdBase:
closeAll,
closedb,
findDevice,
getConnection,
getContext,
getDataRoot,
getDmdObj,
login,
logout,
opendb,
syncdb,
zeoConnect
Inherited from ZenDaemon:
becomeDaemon,
changeUser,
setupLogging
Inherited from CmdBase:
buildParser,
parseOptions
Inherited from XMLRPC:
getSubHandler,
getSubHandlerPrefixes,
putSubHandler,
render,
_cbRender,
_ebRender,
_getFunction,
_listFunctions
Inherited from Resource:
delEntity,
getChild,
getChildForRequest,
getChildWithDefault,
getDynamicEntity,
getStaticEntity,
listDynamicEntities,
listDynamicNames,
listEntities,
listNames,
listStaticEntities,
listStaticNames,
putChild,
reallyPutEntity,
render_HEAD
|