monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question about restart/stop


From: Martin Pala
Subject: Re: Question about restart/stop
Date: Mon, 14 Oct 2013 23:24:09 +0200

The "set alert" is necessary - it sets the alert destination. The per-test action (such is "if failed XYZ then alert" or "... restart") dosn't set the alert destination - it just triggers the alert to the email set in "set alert".

The base cycle is configured using "set daemon" statement - if you want to check some service less frequently, you can use the "every" statement:

check process ABC with pidfile /var/run/ABC.pid
every 5 cycles
...

I recommend to check Monit manual and configuration examples (the mailing list is not meant as tutorial for basic configuration):
http://www.mmonit.com/monit/documentation/monit.html
http://mmonit.com/wiki/Monit/ConfigurationExamples



On Oct 14, 2013, at 11:17 PM, "Jorge Bastos" <address@hidden> wrote:

Well but I defined set alert address@hidden not on {instance, action}
 
Ok I’ll remove it no problem.
 
It’s not possible to have cycle time per daemon, is it?
 
From: address@hidden [mailto:monit-address@hidden] On Behalf Of Martin Pala
Sent: segunda-feira, 14 de Outubro de 2013 22:15
To: This is the general mailing list for monit
Subject: Re: Question about restart/stop
 
The "stop" action will send alert too (no need for explicit "stop+alert" action).
 
 
 
On Oct 14, 2013, at 11:11 PM, "Jorge Bastos" <address@hidden> wrote:


There’s always one last question J
 
Is it possible to have alert and stop in the same statement? Like:
 
          if failed port 123 then alert stop
 
is it?
 
From: address@hidden [mailto:monit-address@hidden] On Behalf Of Jorge Bastos
Sent: segunda-feira, 14 de Outubro de 2013 21:54
To: 'This is the general mailing list for monit'
Subject: RE: Question about restart/stop
 
Well perfect, didn’t saw it!
 
By default debian has /etc/monit/monitrc.d/ with some scripts, and I thought it was reading it, but no, the default is /etc/monit/conf.d/
 
Solved, thanks a lot!
 
From: address@hidden [mailto:address@hidden] On Behalf Of Martin Pala
Sent: segunda-feira, 14 de Outubro de 2013 21:51
To: This is the general mailing list for monit
Subject: Re: Question about restart/stop
 
Make sure your monit configuration file has "include" statement set for this directory. If you add some include file, you have to reload Monit to load it (CLI: "monit reload").
 
 
On Oct 14, 2013, at 10:47 PM, "Jorge Bastos" <address@hidden> wrote:

 

Sorry but another question.
I created a script in monitrc.d, but it seems that is not being read, how can I know if the script is really being read ?
 
From: address@hidden [mailto:monit-address@hidden] On Behalf Of Jorge Bastos
Sent: segunda-feira, 14 de Outubro de 2013 21:44
To: 'This is the general mailing list for monit'
Subject: RE: Question about restart/stop
 
Thank you J
 
From: address@hidden [mailto:address@hidden] On Behalf Of Martin Pala
Sent: segunda-feira, 14 de Outubro de 2013 21:05
To: This is the general mailing list for monit
Subject: Re: Question about restart/stop
 
Hi,
 
yes you can use stop, for example:
 
          if failed port 123 then stop
 
 
Regards,
Martin
 
 
On Oct 14, 2013, at 10:00 PM, "Jorge Bastos" <address@hidden> wrote:

 

Hi guys,
 
I’d like to know, it I can use or its supported, “stop” instead of “restart”, is it?
 
Thanks in advanced,
Jorge Bastos,
 
 
 
--
To unsubscribe:
https://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

[Prev in Thread] Current Thread [Next in Thread]