Logger (ZCS 5.0.x and earlier): Difference between revisions

No edit summary
 
No edit summary
Line 1: Line 1:
Although the logger is not essential for Zimbra to operate, this article will describe how to troubleshoot Logger configuratio, setup, and troubleshooting.
Although the logger is not essential for Zimbra to operate, this article will describe how to troubleshoot Logger configuration, setup, and troubleshooting.
 
====Accessing Logger MySQL database====
$ logmysql zimbra_logger
 
mysql> show tables;
+-------------------------+
| Tables_in_zimbra_logger |
+-------------------------+
| amavis                  |
| amavis_aggregate        |
| config                  |
| disk_aggregate          |
| disk_status            |
| mta                    |
| mta_aggregate          |
| processing_history      |
| raw_logs                |
| service_status          |
+-------------------------+

Revision as of 19:35, 22 August 2006

Although the logger is not essential for Zimbra to operate, this article will describe how to troubleshoot Logger configuration, setup, and troubleshooting.

Accessing Logger MySQL database

$ logmysql zimbra_logger
mysql> show tables;
+-------------------------+
| Tables_in_zimbra_logger |
+-------------------------+
| amavis                  |
| amavis_aggregate        |
| config                  |
| disk_aggregate          |
| disk_status             |
| mta                     |
| mta_aggregate           |
| processing_history      |
| raw_logs                |
| service_status          |
+-------------------------+
Jump to: navigation, search