Index: [Article Count Order] [Thread]

Date:  Thu, 10 Sep 2009 10:42:14 +0530
From:  "Ap.Muthu" <apmuthu (at mark) usa.net>
Subject:  [coba-e:16013] BQ - Console Monitor - Log Files
To:  <coba-e (at mark) bluequartz.org>
Message-Id:  <31C2CFC1EC854159888C29EA99D33A9F@barebone>
References:  <45DACA7BE1DEA245AF6C95E5B94E531B1C94F37BBB (at mark) datastore.mainline.local> <4AA14E49.8000101 (at mark) zbronx.com> <45DACA7BE1DEA245AF6C95E5B94E531B1C94F37BD5 (at mark) datastore.mainline.local>
X-Mail-Count: 16013

In  NuOnce Console Monitor
using "Log Files" menu option to view the logs
we can add entries. To delete entries alter the file:

/usr/sausalito/ui/web/nuonce/console/logs.conf

It is owned by 0:0 and has a permission of 0600.
Hence it cannot be managed by FTP. Only from CLI.

On upgrading to MySQL5, I lost my
    /etc/my.cnf file.

The MySQL Log listed in the above file became invalid as the
    /var/log/mysqld.log
became renamed to
    mysqld.log.rpmsave
and was not collecting any new entries.

Locate the *.err file(*) in the
    /var/lib/mysql folder
and add them with their full path to
    /usr/sausalito/ui/web/nuonce/console/logs.conf
in the Console Monitor -> Log Files

My current
    /usr/sausalito/ui/web/nuonce/console/logs.conf
has the following

[root (at mark) bluequartz console] # cat logs.conf

0,Apache Access,/var/log/httpd/access_log
1,Apache Error Log,/var/log/httpd/error_log
2,Cron Logs,/var/log/cron
3,Kernel Ring Buffer (dmesg),/var/log/dmesg
4,Mail Log,/var/log/maillog
5,Message Log File,/var/log/messages
6,MySQL Log,/var/log/mysqld.log
7,Proftp Transfers,/var/log/xferlog
8,Secure Log - Logins,/var/log/secure
9,Yum Log,/var/log/yum.log
11,Anaconda,/var/log/anaconda.log
12,WebBiz,/home/.sites/28/site1/logs/web.daily
13,MySQL Host Error Log,/var/lib/mysql/bluequartz.localbox.com.err

The line 6 in the above file can be safely deleted or replaced with line 13.

Also a large number of
    procmailrc.backup.###
keeps accumulating over time and need to be deleted.

Hope this helps!

Ap.Muthu