Package Products :: Package ZenReports :: Module ReportMail :: Class ReportMail
[hide private]
[frames] | no frames]

Class ReportMail

source code

                      object --+        
                               |        
        ZenUtils.CmdBase.CmdBase --+    
                                   |    
ZenUtils.ZenScriptBase.ZenScriptBase --+
                                       |
                                      ReportMail

Instance Methods [hide private]
 
run(self)
Fetch a report by URL and post as a mime encoded email
source code
 
mangleUrl(self, url) source code
 
buildOptions(self)
basic options setup sub classes can add more options here
source code

Inherited from ZenUtils.ZenScriptBase.ZenScriptBase: __init__, closeAll, closedb, connect, findDevice, getConnection, getDataRoot, getDmdObj, login, logout, opendb, syncdb

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

Class Variables [hide private]

Inherited from ZenUtils.CmdBase.CmdBase: doesLogging

Method Details [hide private]

buildOptions(self)

source code 

basic options setup sub classes can add more options here

Overrides: ZenUtils.CmdBase.CmdBase.buildOptions
(inherited documentation)