Re: mail alert

From: Christophe Pettus <xof(at)thebuild(dot)com>
To: pgsql-general List <pgsql-general(at)postgresql(dot)org>
Subject: Re: mail alert
Date: 2009-08-11 17:38:49
Message-ID: 1899F341-F357-4CD6-8C0B-18CE87891481@thebuild.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


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
solution. You might want to take a look at check_postgres:

http://bucardo.org/check_postgres/

--
-- Christophe Pettus
xof(at)thebuild(dot)com

In response to

  • mail alert at 2009-08-11 07:19:39 from Jan Verheyden

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Headland 2009-08-11 18:12:10 Does PERFORM hold a lock?
Previous Message Peter Headland 2009-08-11 17:24:54 Re: Updating a specific number of rows in pl/pgsql