Package ZenEvents :: Module Schedule :: Class Schedule
[hide private]
[frames] | no frames]

Class Schedule

source code

Instance Methods [hide private]
 
__init__(self, options, dmd)
start executing the schedule
source code
 
buildOptions(self, parser)
Set options in a borrowed parser
source code
 
start(self)
Start working the schedule
source code
 
configCycle(self)
Basic event-driven config loop
source code
 
sync(self)
Synch with the database
source code
 
getWindows(self) source code
 
run(self)
Re-read work list from the database
source code
 
makeWorkList(self, now, workList) source code
 
now(self) source code
 
runEvents(self)
Execute all the maintanance windows at the proper time
source code
 
commit(self) source code
 
callLater(self, seconds) source code
 
executeMaintenanceWindow(self, mw, timestamp) source code