|
|
|
|
|
loadActionRules(self)
Load the ActionRules into the system. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
processRules(self,
zem)
Run through all rules matching them against events. |
source code
|
|
|
|
|
|
|
|
|
|
maintenance(self,
zem)
Run stored procedures that maintain the events database. |
source code
|
|
|
|
|
|
|
| fetchMonitorHostname(self,
monitor='localhost') |
source code
|
|
|
|
heartbeatEvents(self)
Create events for failed heartbeats. |
source code
|
|
|
|
| runEventCommand(self,
cmd,
data,
clear=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sendEvent(self,
evt)
Send event to the system. |
source code
|
|
|
|
sendHeartbeat(self)
Send a heartbeat event for this monitor. |
source code
|
|
|
|
|
|
|
|
|
|
stripTags(self,
data)
A quick html => plaintext converter that retains and displays
anchor hrefs |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
sigTerm(self,
signum=None,
frame=None)
controlled shutdown of main loop on interrupt |
source code
|
|
|
Inherited from ZenUtils.ZCmdBase.ZCmdBase:
closeAll,
closedb,
findDevice,
getConnection,
getContext,
getDataRoot,
getDmdObj,
login,
logout,
opendb,
syncdb,
zeoConnect
Inherited from ZenUtils.ZenDaemon.ZenDaemon:
becomeDaemon,
becomeWatchdog,
changeUser,
niceDoggie,
openPrivilegedPort,
setupLogging,
sighandler_USR1,
watchdogCycleTime,
watchdogMaxRestartTime,
watchdogStartTimeout,
writePidFile
Inherited from ZenUtils.CmdBase.CmdBase:
buildParser,
checkLogpath,
generate_configs,
generate_xml_configs,
generate_xml_table,
getConfigFileDefaults,
parseOptions,
pretty_print_config_comment
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|