Subversion Repositories configs

Rev

Rev 192 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 192 Rev 194
Line 14... Line 14...
14
#module(load="imklog") # reads kernel messages (the same are read from journald)
14
#module(load="imklog") # reads kernel messages (the same are read from journald)
15
#module(load="immark") # provides --MARK-- message capability
15
#module(load="immark") # provides --MARK-- message capability
16
 
16
 
17
# Provides UDP syslog reception
17
# Provides UDP syslog reception
18
# for parameters see http://www.rsyslog.com/doc/imudp.html
18
# for parameters see http://www.rsyslog.com/doc/imudp.html
19
#module(load="imudp") # needs to be done just once
19
module(load="imudp") # needs to be done just once
20
#input(type="imudp" port="514")
20
input(type="imudp" port="514")
21
 
21
 
22
# Provides TCP syslog reception
22
# Provides TCP syslog reception
23
# for parameters see http://www.rsyslog.com/doc/imtcp.html
23
# for parameters see http://www.rsyslog.com/doc/imtcp.html
24
#module(load="imtcp") # needs to be done just once
24
module(load="imtcp") # needs to be done just once
25
#input(type="imtcp" port="514")
25
input(type="imtcp" port="514")
26
 
26
 
27
#### GLOBAL DIRECTIVES ####
27
#### GLOBAL DIRECTIVES ####
28
 
28
 
29
# Where to place auxiliary files
29
# Where to place auxiliary files
30
global(workDirectory="/var/lib/rsyslog")
30
global(workDirectory="/var/lib/rsyslog")