Module config_sat
[show private | hide private]
[frames | no frames]

Module config_sat

Variable Summary
bool background
str co2_home
str debug_file
int debug_level
dict global_vars
str host
int init_ping_delay
str log_file
str maintainer
str maintainer_email
int max_sats
str nick
str pid_file
str plugin_dir
list plugin_list
int port
tuple registries
str registry
dict registry_vars
str relay_host
int relay_port
dict server_vars
NoneType socket_timeout
bool threaded
NoneType uid

Variable Details

background

Type:
bool
Value:
False                                                                  

co2_home

Type:
str
Value:
'/home/lu/devel/co2/co2/'                                              

debug_file

Type:
str
Value:
'logs/debug_sat'                                                       

debug_level

Type:
int
Value:
0                                                                      

global_vars

Type:
dict
Value:
{'background': False,
 'debug_file': 'logs/debug_sat',
 'debug_level': 0,
 'log_file': 'logs/log_sat',
 'pid_file': 'pid_sat',
 'uid': None}                                                          

host

Type:
str
Value:
'box'                                                                  

init_ping_delay

Type:
int
Value:
1                                                                      

log_file

Type:
str
Value:
'logs/log_sat'                                                         

maintainer

Type:
str
Value:
'me'                                                                   

maintainer_email

Type:
str
Value:
'mail@thanks.no'                                                       

max_sats

Type:
int
Value:
12                                                                     

nick

Type:
str
Value:
'sat'                                                                  

pid_file

Type:
str
Value:
'pid_sat'                                                              

plugin_dir

Type:
str
Value:
'plugins'                                                              

plugin_list

Type:
list
Value:
['test']                                                               

port

Type:
int
Value:
2004                                                                   

registries

Type:
tuple
Value:
('relay', 'satellite')                                                 

registry

Type:
str
Value:
'satellite'                                                            

registry_vars

Type:
dict
Value:
{'addr': ('box', 2004),
 'co2_home': '/home/lu/devel/co2/co2/',
 'init_ping_delay': 1,
 'maintainer': 'me',
 'maintainer_email': 'mail@thanks.no',
 'max_sats': 12,
 'nick': 'sat',
 'plugin_list': ['test'],
...                                                                    

relay_host

Type:
str
Value:
'box'                                                                  

relay_port

Type:
int
Value:
2003                                                                   

server_vars

Type:
dict
Value:
{'threaded': True, 'addr': ('box', 2004), 'registry': 'satellite'}     

socket_timeout

Type:
NoneType
Value:
None                                                                   

threaded

Type:
bool
Value:
True                                                                   

uid

Type:
NoneType
Value:
None                                                                   

Generated by Epydoc 1.1 on Thu Oct 16 16:37:22 2003 http://epydoc.sf.net