Send to master 'auth.log' and 'syslog'

auth.log => remote /var/log/auth.log
syslog   => remote /var/log/syslog

Change-Id: Iff8a11ac6029941d7d2d6d8a102932fc7f858eb1
Closes-Bug: #1534092
This commit is contained in:
Valentin Kaplov 2016-01-20 16:36:05 +03:00
parent 6c0801f2eb
commit 6f89f8b765
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
{"tag": "bootstrap/secure", "files": ["/var/log/secure"]},
{"tag": "bootstrap/messages", "files": ["/var/log/messages"]},
{"tag": "bootstrap/fuel-agent", "files": ["/var/log/fuel-agent.log"]},
{"tag": "bootstrap/syslog", "files": ["/var/log/syslog"]},
{"tag": "bootstrap/auth", "files": ["/var/log/auth.log"]},
{"tag": "bootstrap/mcollective", "log_type": "ruby",
"files": ["/var/log/mcollective.log"]},
{"tag": "bootstrap/agent", "log_type": "ruby",

View File

@ -19,6 +19,8 @@ cat > /etc/send2syslog.conf <<EOF
{"tag": "bootstrap/secure", "files": ["/var/log/secure"]},
{"tag": "bootstrap/messages", "files": ["/var/log/messages"]},
{"tag": "bootstrap/fuel-agent", "files": ["/var/log/fuel-agent.log"]},
{"tag": "bootstrap/syslog", "files": ["/var/log/syslog"]},
{"tag": "bootstrap/auth", "files": ["/var/log/auth.log"]},
{"tag": "bootstrap/mcollective", "log_type": "ruby",
"files": ["/var/log/mcollective.log"]},
{"tag": "bootstrap/agent", "log_type": "ruby",