Initial Chef repository
This commit is contained in:
18
cookbooks/rsyslog/templates/smartos/50-default.conf.erb
Normal file
18
cookbooks/rsyslog/templates/smartos/50-default.conf.erb
Normal file
@@ -0,0 +1,18 @@
|
||||
# Dropped of by Chef. Modifications will be lost.
|
||||
#
|
||||
# Default rules for rsyslog.
|
||||
#
|
||||
# For more information see rsyslog.conf(5) and <%= node['rsyslog']['config_prefix'] %>/rsyslog.conf
|
||||
|
||||
*.err;kern.notice;auth.notice /dev/sysmsg
|
||||
*.err;kern.debug;daemon.notice;mail.crit /var/adm/messages
|
||||
|
||||
*.alert;kern.err;daemon.err operator
|
||||
*.alert root
|
||||
|
||||
*.emerg *
|
||||
|
||||
mail.debug /var/log/syslog
|
||||
|
||||
auth.info /var/log/auth.log
|
||||
mail.info /var/log/postfix.log
|
||||
Reference in New Issue
Block a user