sysutils/rsyslog8-devel cooking machine

看板FB_ports作者時間12年前 (2014/03/12 05:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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 _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
文章代碼(AID): #1J7tcFk1 (FB_ports)