Re: BUG #14994: Email alert

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #14994: Email alert
Дата
Msg-id 20171230080219.GA5799@paquier.xyz
обсуждение исходный текст
Ответ на BUG #14994: Email alert  (PG Bug reporting form <noreply@postgresql.org>)
Список pgsql-bugs
On Sat, Dec 30, 2017 at 07:14:02AM +0000, PG Bug reporting form wrote:
> How to set auto Email alert after failure slave node in Streaming
> Replication  please suggest me.

This is usually the kind of job where a monitoring process running
checks periodically is fit for. You should do things on both the
primary, by for example looking at pg_stat_replication, and the standby
by looking at its status and how its WAL receiver goes, which is where
the new system view pg_stat_wal_receiver becomes handy.
--
Michael

Вложения

В списке pgsql-bugs по дате отправления:

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #14994: Email alert
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #14995: repmgr_funcs lib is missing in rpm