Re: [PATCH 1/2] MEDIUM: Do not send email alerts corresponding to log-health-checks messages

2015-04-29 Thread Simon Horman
On Tue, Apr 28, 2015 at 09:24:42AM +0200, Willy Tarreau wrote: > On Tue, Apr 28, 2015 at 02:25:02PM +0900, Simon Horman wrote: > > On Tue, Apr 28, 2015 at 06:43:38AM +0200, Willy Tarreau wrote: > > > Hi Simon, > > > > > > On Tue, Apr 28, 2015 at 10:58:56AM +0900, Simon Horman wrote: > > > > This s

Re: [PATCH 1/2] MEDIUM: Do not send email alerts corresponding to log-health-checks messages

2015-04-28 Thread Willy Tarreau
On Tue, Apr 28, 2015 at 02:25:02PM +0900, Simon Horman wrote: > On Tue, Apr 28, 2015 at 06:43:38AM +0200, Willy Tarreau wrote: > > Hi Simon, > > > > On Tue, Apr 28, 2015 at 10:58:56AM +0900, Simon Horman wrote: > > > This seems only to lead to excessive verbosity which seems > > > much more approp

Re: [PATCH 1/2] MEDIUM: Do not send email alerts corresponding to log-health-checks messages

2015-04-27 Thread Simon Horman
On Tue, Apr 28, 2015 at 06:43:38AM +0200, Willy Tarreau wrote: > Hi Simon, > > On Tue, Apr 28, 2015 at 10:58:56AM +0900, Simon Horman wrote: > > This seems only to lead to excessive verbosity which seems > > much more appropriate for logs than email. > > > > Signed-off-by: Simon Horman > > --- >

Re: [PATCH 1/2] MEDIUM: Do not send email alerts corresponding to log-health-checks messages

2015-04-27 Thread Willy Tarreau
Hi Simon, On Tue, Apr 28, 2015 at 10:58:56AM +0900, Simon Horman wrote: > This seems only to lead to excessive verbosity which seems > much more appropriate for logs than email. > > Signed-off-by: Simon Horman > --- > src/checks.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/che

[PATCH 1/2] MEDIUM: Do not send email alerts corresponding to log-health-checks messages

2015-04-27 Thread Simon Horman
This seems only to lead to excessive verbosity which seems much more appropriate for logs than email. Signed-off-by: Simon Horman --- src/checks.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/checks.c b/src/checks.c index 3702d9a4b0fe..efcaff20219b 100644 --- a/src/checks.c +++ b/src/c