monit-general
[Top][All Lists]
Advanced

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

Re: [monit] problem sending alerting message from monit


From: Martin Pala
Subject: Re: [monit] problem sending alerting message from monit
Date: Mon, 26 Oct 2009 20:45:11 +0100

You can check Monit logs ... if mailserver which is used for message delivery failed, you will find error in log.

You can also set event queue which can save event for delivery retry => will solve temporary errors.

You can also set check which will watch availability of the mailserver which you use for Monit.

Martin


On Oct 26, 2009, at 2:39 PM, address@hidden wrote:

Excuse me, I have tried to use monit to send alerting email

The email that I send to is a "email to SMS" gateway that will convert the email into SMS and then send to phone.

However, I find out that sometimes I cannot receive SMS when resource limit is reached..

THe following is the setting I used


set alert address@hidden on {resource, action} with mail-format {
   from: address@hidden
   subject:
   #$SERVICE $EVENT at $DATE
   message: user:xxxx
            password:xxxx
            api_id:xxxx
            to:xxxx
            text: Monit $ACTION $SERVICE at $DATE on $HOST: $DESCRIPTION.
}


May I ask if problem sometimes exist when I use "email to SMS" gateway? 
Is it the problem probably related to the clickatell that I use? or is it related to monit?

Please ask me if you need more information

Thanks
--
To unsubscribe:
http://lists.nongnu.org/mailman/listinfo/monit-general


reply via email to

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