monit-general
[Top][All Lists]
Advanced

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

Re: email spam during application deploy


From: Mike Zupan
Subject: Re: email spam during application deploy
Date: Tue, 30 Apr 2013 07:58:07 -0700

That also sends email about unmonitor/monitor  is there anyway to have monit ignore that?


On Tue, Apr 30, 2013 at 12:59 AM, Martin Pala <address@hidden> wrote:
You can turn off the application monitoring temporarily:

        monit unmonitor myprocess   #note: replace the "myprocess" for the service name in monit configuration file which you use for that process

and when the new version is deployed, enable it again:

        monit monitor myprocess


Regards,
Martin


On Apr 30, 2013, at 6:53 AM, Mike Zupan <address@hidden> wrote:

> We currently monitor our application via a pid file in monit. Is there anyway other then turning off monit before deploy then starting it up after that will fix us getting 10+ emails per server when we do deploys.
> --
> To unsubscribe:
> https://lists.nongnu.org/mailman/listinfo/monit-general


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


reply via email to

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