public inbox for [email protected]  
help / color / mirror / Atom feed
Email monitoring
16+ messages / 6 participants
[nested] [flat]

* Email monitoring
@ 2008-03-24 15:17  Bruce Momjian <[email protected]>
  0 siblings, 2 replies; 16+ messages in thread

From: Bruce Momjian @ 2008-03-24 15:17 UTC (permalink / raw)
  To: pgsql-www

Should we set up a dummy email list that I can send to in an automated
way every hour?  If I don't get a reply in X minutes I can send out an
alert to people.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:24  Andrew Sullivan <[email protected]>
  parent: Bruce Momjian <[email protected]>
  1 sibling, 1 reply; 16+ messages in thread

From: Andrew Sullivan @ 2008-03-24 15:24 UTC (permalink / raw)
  To: pgsql-www

On Mon, Mar 24, 2008 at 11:17:58AM -0400, Bruce Momjian wrote:
> Should we set up a dummy email list that I can send to in an automated
> way every hour?  If I don't get a reply in X minutes I can send out an
> alert to people.

What is the problem you are trying to solve?  

A




^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:26  Bruce Momjian <[email protected]>
  parent: Andrew Sullivan <[email protected]>
  0 siblings, 2 replies; 16+ messages in thread

From: Bruce Momjian @ 2008-03-24 15:26 UTC (permalink / raw)
  To: Andrew Sullivan <[email protected]>; +Cc: pgsql-www

Andrew Sullivan wrote:
> On Mon, Mar 24, 2008 at 11:17:58AM -0400, Bruce Momjian wrote:
> > Should we set up a dummy email list that I can send to in an automated
> > way every hour?  If I don't get a reply in X minutes I can send out an
> > alert to people.
> 
> What is the problem you are trying to solve?  

Email is blocked but there is no notification except "Hey, I haven't
gotten email in a while".

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:36  Andrew Sullivan <[email protected]>
  parent: Bruce Momjian <[email protected]>
  1 sibling, 3 replies; 16+ messages in thread

From: Andrew Sullivan @ 2008-03-24 15:36 UTC (permalink / raw)
  To: pgsql-www

On Mon, Mar 24, 2008 at 11:26:03AM -0400, Bruce Momjian wrote:
> > What is the problem you are trying to solve?  
> 
> Email is blocked but there is no notification except "Hey, I haven't
> gotten email in a while".

Adding a completely different address for that is not really a good monitor. 

There are at least these problems possible:

- routing problems
- mail server problems
- list server problems
- machine failure problems
- delivery problems

These each need different monitors, I suggest.  Let's work on those.

A




^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:41  Bruce Momjian <[email protected]>
  parent: Andrew Sullivan <[email protected]>
  2 siblings, 0 replies; 16+ messages in thread

From: Bruce Momjian @ 2008-03-24 15:41 UTC (permalink / raw)
  To: Andrew Sullivan <[email protected]>; +Cc: pgsql-www

Andrew Sullivan wrote:
> On Mon, Mar 24, 2008 at 11:26:03AM -0400, Bruce Momjian wrote:
> > > What is the problem you are trying to solve?  
> > 
> > Email is blocked but there is no notification except "Hey, I haven't
> > gotten email in a while".
> 
> Adding a completely different address for that is not really a good monitor. 
> 
> There are at least these problems possible:
> 
> - routing problems
> - mail server problems
> - list server problems
> - machine failure problems
> - delivery problems
> 
> These each need different monitors, I suggest.  Let's work on those.

OK, but I have no idea how to monitor those, just email send/receive.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:41  Marc G. Fournier <[email protected]>
  parent: Bruce Momjian <[email protected]>
  1 sibling, 1 reply; 16+ messages in thread

From: Marc G. Fournier @ 2008-03-24 15:41 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: Andrew Sullivan <[email protected]>; pgsql-www



On Mon, 24 Mar 2008, Bruce Momjian wrote:

> Andrew Sullivan wrote:
>> On Mon, Mar 24, 2008 at 11:17:58AM -0400, Bruce Momjian wrote:
>>> Should we set up a dummy email list that I can send to in an automated
>>> way every hour?  If I don't get a reply in X minutes I can send out an
>>> alert to people.
>>
>> What is the problem you are trying to solve?
>
> Email is blocked but there is no notification except "Hey, I haven't
> gotten email in a while".

'k, well, all this would do is test if mail was blocked to you, but not 
necessarily to everyone else ...




^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:43  Bruce Momjian <[email protected]>
  parent: Marc G. Fournier <[email protected]>
  0 siblings, 0 replies; 16+ messages in thread

From: Bruce Momjian @ 2008-03-24 15:43 UTC (permalink / raw)
  To: Marc G. Fournier <[email protected]>; +Cc: Andrew Sullivan <[email protected]>; pgsql-www

Marc G. Fournier wrote:
> 
> 
> On Mon, 24 Mar 2008, Bruce Momjian wrote:
> 
> > Andrew Sullivan wrote:
> >> On Mon, Mar 24, 2008 at 11:17:58AM -0400, Bruce Momjian wrote:
> >>> Should we set up a dummy email list that I can send to in an automated
> >>> way every hour?  If I don't get a reply in X minutes I can send out an
> >>> alert to people.
> >>
> >> What is the problem you are trying to solve?
> >
> > Email is blocked but there is no notification except "Hey, I haven't
> > gotten email in a while".
> 
> 'k, well, all this would do is test if mail was blocked to you, but not 
> necessarily to everyone else ...

True, but I thought that would help.  Historically, I thought most
failures were for all users.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:43  Andreas 'ads' Scherbaum <[email protected]>
  parent: Bruce Momjian <[email protected]>
  1 sibling, 1 reply; 16+ messages in thread

From: Andreas 'ads' Scherbaum @ 2008-03-24 15:43 UTC (permalink / raw)
  To: pgsql-www


Hello,

On Mon, 24 Mar 2008 11:17:58 -0400 (EDT) Bruce Momjian wrote:

> Should we set up a dummy email list that I can send to in an automated
> way every hour?  If I don't get a reply in X minutes I can send out an
> alert to people.

That could be (if needed) easier done with the existing monitoring
system. But i'm all for a working mailinglist solution instead some
workarounds to check a non-functional setup.

Bruce: if you setup such a system you (but nobody else) knows about a
problem. What use will be this system, if you are offline, away or just
sleeping? So we need some more people sending mails periodically and
check the result. This will result in a lot overhead and i assume in
some false (and some true) positives.


Kind regards

-- 
				Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:44  Bruce Momjian <[email protected]>
  parent: Andreas 'ads' Scherbaum <[email protected]>
  0 siblings, 1 reply; 16+ messages in thread

From: Bruce Momjian @ 2008-03-24 15:44 UTC (permalink / raw)
  To: Andreas 'ads' Scherbaum <[email protected]>; +Cc: pgsql-www

Andreas 'ads' Scherbaum wrote:
> 
> Hello,
> 
> On Mon, 24 Mar 2008 11:17:58 -0400 (EDT) Bruce Momjian wrote:
> 
> > Should we set up a dummy email list that I can send to in an automated
> > way every hour?  If I don't get a reply in X minutes I can send out an
> > alert to people.
> 
> That could be (if needed) easier done with the existing monitoring
> system. But i'm all for a working mailinglist solution instead some
> workarounds to check a non-functional setup.
> 
> Bruce: if you setup such a system you (but nobody else) knows about a
> problem. What use will be this system, if you are offline, away or just
> sleeping? So we need some more people sending mails periodically and
> check the result. This will result in a lot overhead and i assume in
> some false (and some true) positives.

I assumed a failure would be reported to the new pgsql-emergency email
list.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:47  Andreas 'ads' Scherbaum <[email protected]>
  parent: Bruce Momjian <[email protected]>
  0 siblings, 1 reply; 16+ messages in thread

From: Andreas 'ads' Scherbaum @ 2008-03-24 15:47 UTC (permalink / raw)
  To: pgsql-www

On Mon, 24 Mar 2008 11:44:50 -0400 (EDT) Bruce Momjian wrote:

> I assumed a failure would be reported to the new pgsql-emergency email
> list.

Who will do the report?


Bye

-- 
				Andreas 'ads' Scherbaum
German PostgreSQL User Group
European PostgreSQL User Group - Board of Directors



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 15:48  Bruce Momjian <[email protected]>
  parent: Andreas 'ads' Scherbaum <[email protected]>
  0 siblings, 1 reply; 16+ messages in thread

From: Bruce Momjian @ 2008-03-24 15:48 UTC (permalink / raw)
  To: Andreas 'ads' Scherbaum <[email protected]>; +Cc: pgsql-www

Andreas 'ads' Scherbaum wrote:
> On Mon, 24 Mar 2008 11:44:50 -0400 (EDT) Bruce Momjian wrote:
> 
> > I assumed a failure would be reported to the new pgsql-emergency email
> > list.
> 
> Who will do the report?

A script would send out the email on failure.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 16:43  Stefan Kaltenbrunner <[email protected]>
  parent: Bruce Momjian <[email protected]>
  0 siblings, 0 replies; 16+ messages in thread

From: Stefan Kaltenbrunner @ 2008-03-24 16:43 UTC (permalink / raw)
  To: Bruce Momjian <[email protected]>; +Cc: Andreas 'ads' Scherbaum <[email protected]>; pgsql-www

Bruce Momjian wrote:
> Andreas 'ads' Scherbaum wrote:
>> On Mon, 24 Mar 2008 11:44:50 -0400 (EDT) Bruce Momjian wrote:
>>
>>> I assumed a failure would be reported to the new pgsql-emergency email
>>> list.
>> Who will do the report?
> 
> A script would send out the email on failure.

we already have a quite advanced and capable monitoring solution that 
can (and is) easily do this and much more - I totally fail to see why we 
need to add another ad-hoc solution that will not be able to detect a 
large number of problems ...


Stefan



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 16:45  Stefan Kaltenbrunner <[email protected]>
  parent: Andrew Sullivan <[email protected]>
  2 siblings, 0 replies; 16+ messages in thread

From: Stefan Kaltenbrunner @ 2008-03-24 16:45 UTC (permalink / raw)
  To: Andrew Sullivan <[email protected]>; +Cc: pgsql-www

Andrew Sullivan wrote:
> On Mon, Mar 24, 2008 at 11:26:03AM -0400, Bruce Momjian wrote:
>>> What is the problem you are trying to solve?  
>> Email is blocked but there is no notification except "Hey, I haven't
>> gotten email in a while".
> 
> Adding a completely different address for that is not really a good monitor. 
> 
> There are at least these problems possible:
> 
> - routing problems
> - mail server problems
> - list server problems
> - machine failure problems
> - delivery problems
> 
> These each need different monitors, I suggest.  Let's work on those.

we actually do have monitoring for most if not all of the above 
mentioned things and more ...


Stefan



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 16:51  Dave Page <[email protected]>
  parent: Andrew Sullivan <[email protected]>
  2 siblings, 2 replies; 16+ messages in thread

From: Dave Page @ 2008-03-24 16:51 UTC (permalink / raw)
  To: Andrew Sullivan <[email protected]>; +Cc: pgsql-www

On Mon, Mar 24, 2008 at 3:36 PM, Andrew Sullivan <[email protected]> wrote:
> On Mon, Mar 24, 2008 at 11:26:03AM -0400, Bruce Momjian wrote:
> > > What is the problem you are trying to solve?
> >
> > Email is blocked but there is no notification except "Hey, I haven't
> > gotten email in a while".
>
> Adding a completely different address for that is not really a good monitor.
>
> There are at least these problems possible:
>
> - routing problems
> - mail server problems
> - list server problems
> - machine failure problems
> - delivery problems
>

We already have perfectly good monitors for most of that, sending
alerts outside of the postgresql.org mail infrastructure.

-- 
Dave Page
EnterpriseDB UK Ltd: http://www.enterprisedb.com
PostgreSQL UK 2008 Conference: http://www.postgresql.org.uk



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 16:59  Bruce Momjian <[email protected]>
  parent: Dave Page <[email protected]>
  1 sibling, 0 replies; 16+ messages in thread

From: Bruce Momjian @ 2008-03-24 16:59 UTC (permalink / raw)
  To: Dave Page <[email protected]>; +Cc: Andrew Sullivan <[email protected]>; pgsql-www

Dave Page wrote:
> On Mon, Mar 24, 2008 at 3:36 PM, Andrew Sullivan <[email protected]> wrote:
> > On Mon, Mar 24, 2008 at 11:26:03AM -0400, Bruce Momjian wrote:
> > > > What is the problem you are trying to solve?
> > >
> > > Email is blocked but there is no notification except "Hey, I haven't
> > > gotten email in a while".
> >
> > Adding a completely different address for that is not really a good monitor.
> >
> > There are at least these problems possible:
> >
> > - routing problems
> > - mail server problems
> > - list server problems
> > - machine failure problems
> > - delivery problems
> >
> 
> We already have perfectly good monitors for most of that, sending
> alerts outside of the postgresql.org mail infrastructure.

Oh, OK.

-- 
  Bruce Momjian  <[email protected]>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

  + If your life is a hard drive, Christ can be your backup. +



^ permalink  raw  reply  [nested|flat] 16+ messages in thread

* Re: Email monitoring
@ 2008-03-24 17:28  Andrew Sullivan <[email protected]>
  parent: Dave Page <[email protected]>
  1 sibling, 0 replies; 16+ messages in thread

From: Andrew Sullivan @ 2008-03-24 17:28 UTC (permalink / raw)
  To: pgsql-www

On Mon, Mar 24, 2008 at 04:51:38PM +0000, Dave Page wrote:
> 
> We already have perfectly good monitors for most of that, sending
> alerts outside of the postgresql.org mail infrastructure.

This is what I thought.  I want to avoid adding monitors for things that are
already monitored at a lower level, because it just means more alerts with
no additional benefit.

A




^ permalink  raw  reply  [nested|flat] 16+ messages in thread


end of thread, other threads:[~2008-03-24 17:28 UTC | newest]

Thread overview: 16+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2008-03-24 15:17 Email monitoring Bruce Momjian <[email protected]>
2008-03-24 15:24 ` Andrew Sullivan <[email protected]>
2008-03-24 15:26   ` Bruce Momjian <[email protected]>
2008-03-24 15:36     ` Andrew Sullivan <[email protected]>
2008-03-24 15:41       ` Bruce Momjian <[email protected]>
2008-03-24 16:45       ` Stefan Kaltenbrunner <[email protected]>
2008-03-24 16:51       ` Dave Page <[email protected]>
2008-03-24 16:59         ` Bruce Momjian <[email protected]>
2008-03-24 17:28         ` Andrew Sullivan <[email protected]>
2008-03-24 15:41     ` Marc G. Fournier <[email protected]>
2008-03-24 15:43       ` Bruce Momjian <[email protected]>
2008-03-24 15:43 ` Andreas 'ads' Scherbaum <[email protected]>
2008-03-24 15:44   ` Bruce Momjian <[email protected]>
2008-03-24 15:47     ` Andreas 'ads' Scherbaum <[email protected]>
2008-03-24 15:48       ` Bruce Momjian <[email protected]>
2008-03-24 16:43         ` Stefan Kaltenbrunner <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox