|
__init__(self,
*args,
**kwargs)
Initializer that takes care of basic daemon options. |
source code
|
|
bool
|
|
|
_emitProps(self,
obj)
Returns string of object local zProperties, cProperties and
"setter" properties suitable for ZenBatchLoader |
source code
|
|
tuple of strings
|
_emitDev(self,
dev)
Returns a device and its zProperties in strings appropriate for
ZenBatchLoader |
source code
|
|
tuple of strings
|
|
int
|
_backtraceOrg(self,
outFile,
obj)
Recurse upward from a device emitting parent DeviceClasses if not
already emitted |
source code
|
|
int
|
listLSGOTree(self,
outFile,
branch)
Recurse through the Locations, Systems and Groups trees printing out
Organizers with properties return number of Devices emitted |
source code
|
|
|
|
|
|
dict
|
listDeviceTree(self,
outFile,
branch=None)
Recurse through the Devices tree printing out Organizers and Devices
with properties return number of Devices emitted |
source code
|
|
|
|
|
|
|
|
|
printTrailer(self,
outFile,
foundLSGO,
foundDevices) |
source code
|
|
Inherited from ZenUtils.ZCmdBase.ZCmdBase :
closeAll ,
closedb ,
findDevice ,
getConnection ,
getContext ,
getDataRoot ,
getDmdObj ,
login ,
logout ,
opendb ,
sigTerm ,
syncdb ,
zodbConnect
Inherited from ZenUtils.ZenDaemon.ZenDaemon :
audit ,
becomeDaemon ,
becomeWatchdog ,
changeUser ,
convertSocketOption ,
logname ,
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 ,
getGlobalConfigFileDefaults ,
getParamatersFromConfig ,
loadConfigFile ,
parseOptions ,
pretty_print_config_comment ,
validateConfigFile
|