
08-28-2007, 12:10 AM
|
| Zimlet Guru & Moderator | |
Posts: 467
| |
Quote:
Originally Posted by aNt1X Ok, i solved modifying the watchdog interval in /opt/zimbra/libexec/zmmtaconfig
[CODE]
my %config = (
progname => "zmmtaconfig",
hostname => $ENV{zimbra_server_hostname},
loglevel => 3,
watchdog => 1,
wd_all => 0,
debug => 0,
interval => 180,
baseDir => "/opt/zimbra",
logStatus => ( 4 => "Debug", 3 => "Info", 2 => "Warning", 1 => "Error", 0 =$
);[CODE]
(i extended the interval value from 60 to 180).
I was going crazy looking at crontabs, but this watchdog process wasn't in the crontab, but in this perl script
I hope it will not break something else ...
Thank you anyway.
aNt1X | As a quick note, this started occurring to me. For some reason the anti virus was taking far too long to come up and I had to modify this value to get the process to come up correctly. |