FW: Admin Tool to Send Me Email - Mailing list pgsql-admin

From Garris, Nicole
Subject FW: Admin Tool to Send Me Email
Date
Msg-id DA1D6951A4720F4FBC5BF398E4D5B122280CC4@dofmail.DOF.FINANCE
Whole thread Raw
Responses Re: FW: Admin Tool to Send Me Email
List pgsql-admin
Yes, I looked at pgMail, thinking I could put a trigger on some system
table(s). PgMail is a function which produces an e-mail. In other words, its
invoked by a SQL select statement. SQL select typically works against a
table. PostgreSQL's log is stored in a file, not in a table. I have no idea
how to parse a log file using a SQL select statement. Also I can't see how
to send the log to a table (instead of/in addition to a file).

It might be easier to use some Mac OS X utility/ies.

Anyone have any ideas?

-----Original Message-----
From: Jaime Casanova [mailto:systemguards@gmail.com]
Sent: Monday, April 18, 2005 12:26 PM
To: Garris, Nicole
Cc: pgsql-admin@postgresql.org
Subject: Re: [ADMIN] Admin Tool to Send Me Email

On 4/18/05, Garris, Nicole <Nicole.Garris@dof.ca.gov> wrote:
>
>
>
> (Previously posted to the PostgreSQL General list, with no responses yet.)

>
> We have been using PostgreSQL on Mac OS X for about a year now. Ongoing
> monitoring has proven very easy because the DBMS engine is so reliable,
and
> mostly I use phpPgAdmin, an extremely useful tool. However, its worth my
> while to make it even easier. I would like a tool that would send an email
> whenever an error message is generated, such as messages from SQL class 53
> (53100 disk full, 53200 out of memory, 53300 too many connections), class
57
> operator intervention, class 58 system error, and a few others.
>
I don't know if it can be useful for you but there is a project called
pgMail.  You need he pl/tclu to run it.

hope it can help you.

regards,
Jaime Casanova

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: brute force attacking the password
Next
From: Bruce Momjian
Date:
Subject: Re: Latest pg_autovacuum script