Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Mar 2014 12:58:13 -0700
From:      Waitman Gobble <uzimac@da3m0n8t3r.com>
To:        freebsd-ports@freebsd.org
Subject:   sysutils/rsyslog8-devel cooking machine
Message-ID:  <531F6AD5.9090504@da3m0n8t3r.com>

next in thread | raw e-mail | index | archive | help
Hi,

I have been experimenting with rsyslog8-devel to centralize logs from vm 
instances running on the machine. (maybe there is a better way?)

I was having some overheating issues (system shuts off), noticed that on 
a rebooted machine with not much running (no X, no vm's) , noticed CPU 
load at 1.36+, cpu temperature at 86C, with the rsyslog process tanking 
the machine.

Killed it and cpu load stabilized at .11, cpu temp is down to 55c at the 
moment.

Has anyone else noticed this? Maybe I have something set wrong.

 > cat /usr/local/etc/rsyslog.conf
$ModLoad imklog.so
$ModLoad immark.so
$ModLoad imuxsock.so
$ModLoad imudp.so

$UDPServerAddress *
$UDPServerRun 514
$AllowedSender UDP, 127.0.0.1, 192.168.0.0/16
$AllowedSender UDP, 127.0.0.1, 10.0.0.0/8

*.err                   action(type="omfile" file="/dev/console")
kern.warning            action(type="omfile" file="/dev/console")
auth.notice             action(type="omfile" file="/dev/console")
mail.crit               action(type="omfile" file="/dev/console")

*.notice                action(type="omfile" file="/var/log/messages")
authpriv.none           action(type="omfile" file="/var/log/messages")
kern.debug              action(type="omfile" file="/var/log/messages")
lpr.info                action(type="omfile" file="/var/log/messages")
mail.crit               action(type="omfile" file="/var/log/messages")
news.err                action(type="omfile" file="/var/log/messages")

security.*              action(type="omfile" file="/var/log/security")
auth.info               action(type="omfile" file="/var/log/auth.log")
authpriv.info           action(type="omfile" file="/var/log/auth.log")
mail.info               action(type="omfile" file="/var/log/maillog")
lpr.info                action(type="omfile" file="/var/log/lpd-errs")
ftp.info                action(type="omfile" file="/var/log/xfer.log")
cron.*                  action(type="omfile" file="/var/log/cron.log")
*.debug                 action(type="omfile" file="/var/log/debug.log")
*.emerg                 action(type="omfile" file="/dev/console")
console.info            action(type="omfile" file="/var/log/console.log")

# uncomment this to enable logging to a remote loghost named loghost
#*.*                                            @loghost
[1082] >


Thanks for any tips or pointers.

-- 
Waitman Gobble
San Jose California USA




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?531F6AD5.9090504>