[rsyslog-notify] Forum Thread: Re: rsyslog: does rsyslog support in-oder log messages deliv - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Thu Mar 16 14:52:35 CET 2017
User: IgorS
Forumlink: http://kb.monitorware.com/viewtopic.php?p=27210#p27210
Message:
----------
Even if i comment loading of imtcp input in /etc/rsyslog.conf like this?
#input(type="imtcp" port="514")
Main configuration is nothing unusual i guess:
#### MODULES ####
module(load="imuxsock") # provides support for local system logging (e.g.
via logger command)
module(load="imklog") # provides kernel logging support (previously done
by rklogd)
module(load="imudp") # needs to be done just once
# Provides TCP syslog reception
# for parameters see <!-- m --><a class="postlink"
href="http://www.rsyslog.com/doc/imtcp.html">http://www.rsyslog.com/doc/imtcp.html</a><!--
m -->
module(load="imtcp") # needs to be done just once
#input(type="imtcp" port="514")
#### GLOBAL DIRECTIVES ####
# Use default timestamp format
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
# Include all config files in /etc/rsyslog.d/
$IncludeConfig /etc/rsyslog.d/*.conf
#### RULES ####
# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none /var/log/messages
# The authpriv file has restricted access.
authpriv.* /var/log/secure
# Log all the mail messages in one place.
mail.* /var/log/maillog
# Log cron stuff
cron.* /var/log/cron
# Everybody gets emergency messages
*.emerg
More information about the rsyslog-notify
mailing list