Change default log filter - collect more logs (atop & rotated on Fuel)

This commit is contained in:
f3flight 2016-07-07 14:06:07 +00:00
parent b67cfac8e0
commit d0eb10a844

View File

@ -60,7 +60,7 @@ def load_conf(filename):
conf['files'] = []
conf['filelists'] = []
conf['logs'] = {'path': '/var/log',
'exclude': '[-_]\d{8}$|atop[-_]|\.[^12]\.gz$|\.\d{2,}\.gz$'}
'exclude': '\.[^12]\.gz$|\.\d{2,}\.gz$'}
'''Shell mode - only run what was specified via command line.
Skip actionable conf fields (see timmy/nodes.py -> Node.conf_actionable);
Skip rqfile import;