Skip to content

Instantly share code, notes, and snippets.

@Licenser
Created August 20, 2013 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Licenser/6282774 to your computer and use it in GitHub Desktop.
Save Licenser/6282774 to your computer and use it in GitHub Desktop.
#
# Sample rsyslog configuration file
#
$ModLoad immark
$ModLoad imsolaris
$ModLoad imtcp
$ModLoad imudp
*.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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment