Re: [GENERAL] mail alert

2009-08-14 Thread Sam Mason
On Fri, Aug 14, 2009 at 09:52:02AM +0800, Ow Mun Heng wrote: > Christophe Pettus wrote: > >On Aug 11, 2009, at 12:19 AM, Jan Verheyden wrote: > >> I was looking in what way it's possible to alert via mail when some > >> conditions are true in a database. > > >An external script that connects to

Re: [GENERAL] mail alert

2009-08-13 Thread Ow Mun Heng
-Original Message- From: pgsql-general-ow...@postgresql.org [mailto:pgsql-general-ow...@postgresql.org] On Behalf Of Christophe Pettus >On Aug 11, 2009, at 12:19 AM, Jan Verheyden wrote: >> I was looking in what way it's possible to alert via mail when some >> conditions are true in a d

Re: [GENERAL] mail alert

2009-08-11 Thread Christophe Pettus
On Aug 11, 2009, at 12:19 AM, Jan Verheyden wrote: I was looking in what way it’s possible to alert via mail when some conditions are true in a database. An external script that connects to the database, checks for the condition, and sends the email if it exists is probably your best solu

Re: [GENERAL] mail alert

2009-08-11 Thread John R Pierce
Jan Verheyden wrote: Hi All, I was looking in what way it’s possible to alert via mail when some conditions are true in a database. a probe script that runs periodically (from crontab?) and checks said conditions, would probably be the best way. this could be tied into a Nagios style mon

[GENERAL] mail alert

2009-08-11 Thread Jan Verheyden
Hi All, I was looking in what way it's possible to alert via mail when some conditions are true in a database. Thanks in advance! Jan