[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Monit stops sending notifications
From: |
Jostein Berntsen |
Subject: |
Re: Monit stops sending notifications |
Date: |
Fri, 22 Jul 2011 18:00:15 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
On 04.07.11,11:20, Martin Pala wrote:
> Yes, see the "reminder" option for alert statement:
>
> http://www.mmonit.com/monit/documentation/monit.html#setting_an_error_reminder
>
> Regards,
> Martin
>
>
When I enter the reminder option like this:
check file word with path /tmp/aa.log
if match "MPlayer.*" then
alert with reminder on 10 cycles
I get this error:
monit reload
/home/jostein/.monitrc:245: Error: syntax error 'reminder'
JOstein