You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
module(load="imuxsock")
|
|
module(load="imklog")
|
|
module(load="imudp")
|
|
input(type="imudp" port="514")
|
|
#module(load="imtcp")
|
|
#input(type="imtcp" port="514")
|
|
|
|
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
|
|
|
|
*.info;mail.none;authpriv.none;cron.none /var/log/messages
|
|
|
|
authpriv.* /var/log/secure
|
|
|
|
mail.* /var/log/maillog
|
|
|
|
cron.* /var/log/cron
|
|
|
|
local7.* /var/log/boot.log
|