[rsyslog-notify] Forum Thread: Re: Host information is missing while sending Oracle DB logs - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Fri Nov 20 07:19:36 CET 2015


User: antonb 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=26178#p26178

Message: 
----------
[b:30skid2c]dlang[/b:30skid2c]
syslog on HP-UX sends logs to logserver, here its configuration

[code:30skid2c]HP-UX Server
cat /etc/syslog.conf# @(#)B.11.31_LR#
# syslogd configuration file.
#
# See syslogd(1M) for information about the format of this file.
#mail.debug          /var/adm/syslog/mail.log#database logs
local1.warning      /var/adm/syslog/audit.log
local1.warning      @1.1.1.1
#os logs
*.info;mail.none        /var/adm/syslog/syslog.log
*.info;mail.none        @1.1.1.1
*.emerg         *
*.emerg         @1.1.1.1
*.alert         /dev/console
*.alert                 root
*.alert                 @1.1.1.1[/code:30skid2c]

Now about how Oracle sends logs to syslog. There is an option in Oracle DB
called audit_syslog_level. If you set it to facility.level (local1.warning
in my case) Oracle will send logs to syslog.


More information about the rsyslog-notify mailing list