Ok, its been a long time since I posted but here goes.... How are events logged with ISPConfig, can the log files be diverted to a syslog server? Thanks
Please try to change the line: $go_info["server"]["log_device"] = "FILE"; // FILE, SYSTEM, MAIL to: $go_info["server"]["log_device"] = "SYSTEM"; // FILE, SYSTEM, MAIL in the file /home/admispconfig/ispconfig/lib/config.inc.php to log to the syslog server. But I have not tested this function for a very long time, it might be that it does not work correctly.
Sounds like its worth a try, I am going to try and collect all my log files across my network into one system, RSA's EnVision http://www.rsa.com/node.aspx?id=3170 So I will have to see what happens. Thanks