|
|
|
|
|
|
|
|
|
|
|
sendPingEvent(self,
pj)
Send an event based on a ping job to the event backend. |
source code
|
|
|
loadConfig(self,
driver)
Get the configuration for zenping |
source code
|
|
|
|
|
pingCycle(self,
unused=None)
Start a new run against the ping job tree |
source code
|
|
|
|
|
|
|
next(self)
Pull up the next ping job, which may throw StopIteration |
source code
|
|
|
endCycle(self,
*unused)
Note the end of the ping list with a successful status message |
source code
|
|
|
|
|
pingSuccess(self,
pj)
Callback for a good ping response |
source code
|
|
|
|
|
doPingFailed(self,
err)
Callback for a bad (no) ping response |
source code
|
|
|
|
|
|
|
|
|
|
|
clearDeletedDevices(self,
oldtree)
Send clears for any device we stop pinging |
source code
|
|
|
|
Inherited from ZenHub.PBDaemon.PBDaemon :
connect ,
connectTimeout ,
eventService ,
getInitialServices ,
getService ,
getServiceNow ,
gotPerspective ,
pushEvents ,
pushEventsLoop ,
remote_getName ,
remote_shutdown ,
remote_updateThresholdClasses ,
run ,
sendEvent ,
sendEvents ,
setExitCode ,
sigTerm ,
stop
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__
|