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