Re: Monit 5.8 dies with segfault in libc

2014-05-08 Thread Martin Pala
Hello, the problem should be fixed in the development version. You can get the development version here: https://bitbucket.org/tildeslash/monit/get/master.tar.gz To compile: 1.) ./bootstrap 2.) ./configure 3.) make Regards, Martin On 28 Apr 2014, at 22:50, Jan-Henrik Haukeland wrote: > H

Re: How to suppress monit alert if restart is successful?

2014-05-08 Thread Martin Pala
Hi, you can filter out the "nonexist" event like this: set alert foo@bar but not on { nonexist } You will receive all other alert types, including the execution failure. Regards, Martin On 06 May 2014, at 07:28, John Mee wrote: > Hi, > > We only want to be alerted if the service f

Re: restarting ffmpeg process

2014-05-08 Thread Anthony Griffiths
On Thu, May 8, 2014 at 3:50 AM, Weedy wrote: > On Wed, May 7, 2014 at 11:44 AM, Anthony Griffiths wrote: > >> thankyou martin I think I've cracked it now (the hard way) >> monit appeared to be interested only in '/etc/init.d/ start' so >> I created the script /etc/init.d/stream and the command '/

Re: Syntax error trying to check program on php script

2014-05-08 Thread Paspao
Hello Martin, You are right , in this server I have an older version. Thank you ! P Il giorno 08/mag/2014, alle ore 17:23, Martin Pala ha scritto: > Hello, > > what Monit version it is? The "check program" was added in Monit 5.3. > > Regards, > Martin > > > On 08 May 2014, at 16:16, Paspa

Reaching tildeslash - mmonit issues

2014-05-08 Thread Francisco Reyes
Does anyone know of an alternate way to get in touch with TildeDash? 2 emails to their support address have gone unreplied about an issue with mmonit. Can't find a ticket system for them. Are mmonit questions/issues allowed in the monit list? -- To unsubscribe: https://lists.nongnu.org/mailma

Re: Syntax error trying to check program on php script

2014-05-08 Thread Martin Pala
Hello, what Monit version it is? The "check program" was added in Monit 5.3. Regards, Martin On 08 May 2014, at 16:16, Paspao wrote: > Hello, > > I want to monitor a PHP script but I get a Sytax error . > > > This is the monit script: > > check program test with path "/home/user/test.php"

Re: Syntax error trying to check program on php script

2014-05-08 Thread Paspao
Hello Werner, I tried changing name with no success. Thank you P -- To unsubscribe: https://lists.nongnu.org/mailman/listinfo/monit-general

Re: Syntax error trying to check program on php script

2014-05-08 Thread Werner Flamme
Paspao [08.05.2014 16:16]: > Hello, > > I want to monitor a PHP script but I get a Sytax error . > > > This is the monit script: > > check program test with path "/home/user/test.php" > if status != 0 then alert > > I always get > > /etc/monit/monitrc:23: Error: syntax error 'test'

Syntax error trying to check program on php script

2014-05-08 Thread Paspao
Hello, I want to monitor a PHP script but I get a Sytax error . This is the monit script: check program test with path "/home/user/test.php" if status != 0 then alert I always get /etc/monit/monitrc:23: Error: syntax error 'test' test.php is executable and contains : #!/usr/bin/ph

RE: restarting ffmpeg process

2014-05-08 Thread Mehul Ved
? From: monit-general-bounces+mehul.ved=nexsales@nongnu.org on behalf of Anthony Griffiths Sent: Thursday, May 08, 2014 3:49 PM To: This is the general mailing list for monit Subject: Re: restarting ffmpeg process > that's gmail doing the top posting, sorr

Re: restarting ffmpeg process

2014-05-08 Thread Anthony Griffiths
that's gmail doing the top posting, sorry I can't help it because gmail doesn't give you the option of where your text is placed, it just gives a reply box and that's all, however thankyou for your further advice which I'm going to try on another server. On Thu, May 8, 2014 at 3:50 AM, Weedy wro