Still no graphs here either.
When I first started working on this I had a crashed table, but I repaired that before I even made my post in this thread. At that point I restarted logger and zmstats.
I have no errors in the mysql hostname.err file since fixing the table, and zmcontrol status shows everything is running.
This is a single node setup.
I followed everything on the logger troubleshooting wiki page, and running zmlogprocess and zmgengraphs run fine with no errors.
There is MTA activity, but in the zimbra log the one thing I don't see is any log matches for STATUS or DISK in /var/log/zimbra.log. I do see matches for QUEUE, but these all seem to postfix output lines that are actually matching NOQUEUE.
iostat is installed:
Code:
zimbra@hostname:~/zmstat$ iostat
Linux 2.6.15-28-386 (krusty) 04/17/2008
avg-cpu: %user %nice %system %iowait %steal %idle
69.50 0.00 2.49 0.28 0.00 27.72
Device: tps Blk_read/s Blk_wrtn/s Blk_read Blk_wrtn
hdc 14.43 44.37 332.48 4557575 34147984
hdd 0.00 0.01 0.00 1066 0 Also, when I connect manually to the logger SQL database, the service_status table seems to be empty:
Code:
zimbra@hostname:/var/log$ logmysql zimbra_logger
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 19
Server version: 5.0.45-log Source distribution
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> select * from service_status;
Empty set (0.00 sec)
I do see rows for todays date in the raw_logs table.
Also, I can't find a logprocess.out anywhere on the system:
Code:
root@hostname:/var/log# ls /tmp
hsperfdata_root hsperfdata_zimbra ssh-twyHe18451 zimbra
and:
Code:
root@hostname:/var/log# find / -name logprocess.out
root@hostname:/var/log#
But everything says logger is running:
Code:
zimbra@hostname:/var/log$ zmcontrol status
Host hostname
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
stats Running And I only see one copy of logswatch running:
Code:
zimbra@hostname:/var/log$ ps aux | grep logswatch
zimbra 32043 0.0 0.0 5544 1516 ? S 06:24 0:00 /usr/bin/perl /opt/zimbra/libexec/logswatch --config-file=/opt/zimbra/conf/logswatchrc --use-cpan-file-tail --script-dir=/tmp -t /var/log/zimbra.log
zimbra 31763 0.0 0.0 1628 544 pts/1 R+ 13:58 0:00 grep logswatch
Lastly, looking back at my zmstat.out file I see the following error that has showed up twice since I last restarted the loggers:
[code]
zimbra@hostname:~/zmstat$ tail -n 5 /opt/zimbra/zmstat/zmstat.out
Warning: Not possible to monitor process stats
Warning: Not possible to monitor process stats
Warning: Not possible to monitor process stats
04/16/2008 16:59:30: ERROR: No such process: '31689'
04/17/2008 13:26:30: ERROR: No such process: '18470'
[code]
Thanks and please let me know what other details I can post,
-Scott