|
|
|
|
|
parseEventsFile(self,
filepath=None)
Not much actual parsing going on here, just importing the given file. |
source code
|
|
|
getXmlRpcProxy(self)
Returns xmlrpc proxy, creating on if the instance doesn't already
have one. |
source code
|
|
|
|
|
|
|
sendSampleWithDelayedClear(self,
repeat=1,
delay=30)
Sends sample event then after a delay sends the clear event,
repeating as specified. |
source code
|
|
|
sendEventsFromFile(self,
filepath=None)
Parse the given file (or the file specified at init) and send the
files. |
source code
|
|
Inherited from ZenUtils.CmdBase.CmdBase :
buildParser ,
checkLogpath ,
generate_configs ,
generate_xml_configs ,
generate_xml_table ,
getConfigFileDefaults ,
getGlobalConfigFileDefaults ,
getParamatersFromConfig ,
loadConfigFile ,
parseOptions ,
pretty_print_config_comment ,
setupLogging ,
validateConfigFile
|