[rsyslog-notify] Forum Thread: Re: messages are missing from the log - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Tue Apr 8 06:11:47 CEST 2014


User: dlang 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24504#p24504

Message: 
----------
remove the SysSock.Name="/dev/reallog"  from the config, let it create
/dev/log by default, and then in the input() section you define addtional
log sockets

by default syslog() calls are going to access /dev/log, which systemd
intercepts. Depending on the library you are using, you may be able to tell
it to use a different socket at openlog() time

with logger, you can specify a different socket with the -u option.

by the way, I think I remember that impstats needed to be loaded at the
very  beginning of the config


More information about the rsyslog-notify mailing list