|
|
|
|
|
becomeDaemon(self)
fork twice to become a daemon |
source code
|
|
|
|
forwardDnsLookup(self,
hostname)
try the forward lookup dnstries times if it fails look in
cache |
source code
|
|
|
|
reverseDnsLookup(self,
addr)
try the reverse lookup dnstries times if it fails look in
cache |
source code
|
|
|
|
_dnsLookup(self,
function,
target)
try dns lookup dnstries times |
source code
|
|
|
|
|
|
|
|
|
|
getConfig(self)
handle errors when loading config from server we try configtries
times if no previous config is found |
source code
|
|
|
|
|
|
Inherited from CmdBase.CmdBase:
buildParser,
generate_configs,
generate_xml_configs,
generate_xml_table,
getConfigFileDefaults,
parseOptions,
pretty_print_config_comment,
setupLogging
|