Fix issue #54 (remove status filter by default)
This commit is contained in:
parent
fd6575e57c
commit
ea56deefd1
@ -24,7 +24,7 @@ def load_conf(filename):
|
||||
"""Configuration parameters"""
|
||||
conf = {}
|
||||
conf['hard_filter'] = {}
|
||||
conf['soft_filter'] = {'status': ['ready', 'discover'], 'online': True}
|
||||
conf['soft_filter'] = {'online': True}
|
||||
conf['ssh_opts'] = ['-oConnectTimeout=2', '-oStrictHostKeyChecking=no',
|
||||
'-oUserKnownHostsFile=/dev/null', '-oLogLevel=error',
|
||||
'-lroot', '-oBatchMode=yes']
|
||||
|
Loading…
x
Reference in New Issue
Block a user