|
|
|
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
|
|
|
|
|
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
|
|