Package Products :: Package ZenRRD :: Module zenstep :: Class UpdateStep
[hide private]
[frames] | no frames]

Class UpdateStep

source code

              object --+            
                       |            
ZenUtils.CmdBase.CmdBase --+        
                           |        
ZenUtils.ZenDaemon.ZenDaemon --+    
                               |    
      ZenUtils.ZCmdBase.ZCmdBase --+
                                   |
                                  UpdateStep

Run over the rrd files in a directory and write the data into updated config files

Instance Methods [hide private]
 
processRRA(self, fullpath, rra, info, dump)
process one archive in the file
source code
 
process(self, fullpath)
convert a single file
source code
 
run(self) source code
 
buildOptions(self)
basic options setup sub classes can add more options here
source code

Inherited from ZenUtils.ZCmdBase.ZCmdBase: __init__, closeAll, closedb, findDevice, getConnection, getContext, getDataRoot, getDmdObj, login, logout, opendb, sigTerm, syncdb, zodbConnect

Inherited from ZenUtils.ZenDaemon.ZenDaemon: becomeDaemon, becomeWatchdog, changeUser, convertSocketOption, logname, niceDoggie, openPrivilegedPort, setupLogging, sighandler_USR1, watchdogCycleTime, watchdogMaxRestartTime, watchdogStartTimeout, writePidFile

Inherited from ZenUtils.ZenDaemon.ZenDaemon (private): _sigUSR1_called

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

Class Variables [hide private]

Inherited from ZenUtils.ZenDaemon.ZenDaemon: pidfile

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)