View Single Post
  #10 (permalink)  
Old 06-05-2007, 02:38 PM
aNt1X aNt1X is offline
Junior Member
 
Posts: 9
Default

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
Reply With Quote