[rsyslog-notify] Forum Thread: Re: Rsyslog doesn't log successful login attempts from a con - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Sat Feb 28 00:01:49 CET 2015
User: walterthered
Forumlink: http://kb.monitorware.com/viewtopic.php?p=25285#p25285
Message:
----------
systemd is not installed. Pam messages appear when there is an unsuccessful
login but not for a successful logging .
[code:3kdoqed0]$PreserveFQDN on # WARNING: this MUST be the
first configuration entry in the file or rsyslog will not log messages with
the FQDN.
$ModLoad imuxsock.so # provides support for local system logging
(e.g. via logger command)
$ModLoad imklog.so # provides kernel logging support (previously
done by rklogd)
$ModLoad imudp.so
$UDPServerRun XXX
$UDPServerAddress XXXXXXXXXXX
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat
$umask 0000 # make sure nothing interferes with the following definitions
$FileGroup root
$FileOwner root
*.emerg *
$FileCreateMode 0600
*.* /var/log/debuglog;RSYSLOG_DebugFormat
[/code:3kdoqed0]
More information about the rsyslog-notify
mailing list