|
|
list of dictionaries
|
loadDeviceList(self,
args=None)
Read through all of the files listed as arguments and return a list
of device entries. |
source code
|
|
|
|
|
|
|
processDevices(self,
device_list)
Read the input and process the devices
* create the device entry
* set zproperties
* model the device |
source code
|
|
DMD device object
|
|
|
|
list of dictionaries
|
parseDevices(self,
data)
From the list of strings in rawDevices, construct a list of device
dictionaries, ready to load into Zenoss. |
source code
|
|
dictionary
|
|
Inherited from ZenUtils.ZCmdBase.ZCmdBase :
closeAll ,
closedb ,
findDevice ,
getConnection ,
getContext ,
getDataRoot ,
getDmdObj ,
login ,
logout ,
opendb ,
sigTerm ,
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
|