|
From: | Frank |
Subject: | RE: [monit] monit and active/passive |
Date: | Sun, 13 Sep 2009 17:00:08 -0400 |
Monit/t says... Status running Monitoring mode passive Monitoring status monitored The dump doesn’t show anything about active/passive Log = True Use syslog = False Is Daemon = True Use process engine = True Poll time = 60 seconds with start delay 0 seconds Expect buffer = 256 bytes Event queue = base directory /var/monit/ with 1000 slots Monitoring mode = active On the working one it says..: Status running Mode active Monitoring status monitored They run same versions From: address@hidden
[mailto:address@hidden On Behalf Of Martin
Pala Hi, can you run monit like this and check output?: monit -vIc <pathtomonitconfiguration> It will dump parsed configuration on the beginning. The passive mode means, that the service is monitored, but
not restarted ... are you sure it is in passive mode? Isn't it just
unmonitored? Thanks, Martin On Sep 13, 2009, at 9:32 PM, Frank wrote:
I have 2 exactly same monitrc files.. One is active other stays stuck in passive mode... Any idea why ? set daemon 60 set logfile /var/log/monit.log set mailserver myemaildomain.com set httpd port 9999 allow 0.0.0.0 allow 127.0.0.1 set eventqueue basedir /var/monit/ slots 1000 #following line has been rewritten for the list ;) set mmonit http://user:address@hidden:myport/collector # Freeswitch check process freeswitch with pidfile
"/usr/local/freeswitch/log/freeswitch.pid" start program "/usr/bin/screen -d -m
/usr/local/freeswitch/bin/freeswitch" #start program "/usr/bin/screen -S freeswitch -d -m
/usr/local/freeswitch/bin/freeswitch -nf" stop program "/usr/local/freeswitch/bin/freeswitch -stop" if totalmem > 140.0 MB then alert if totalmem > 180.0 MB for 3 cycles then restart # Checks sip port on localhost, not always suitable # if failed port 5060 type UDP then restart # Checks mod_event_socket on localhost. Maybe more suitable #if failed port 8021 type TCP then restart if 5 restarts within 5 cycles then timeout alert address@hidden mode active -- |
[Prev in Thread] | Current Thread | [Next in Thread] |