From 0037d58daedd20e6e05d77e4c90b7273b4aacf0c Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 27 Jul 2017 18:12:29 +0900 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e7d297a..1075989a 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,8 @@ and registered: 2 | standby_register | t | 2016-01-08 15:04:50.621292+09 | (3 rows) +Alternatively use `repmgr cluster event` to output a list of events. + Additionally, event notifications can be passed to a user-defined program or script which can take further action, e.g. send email notifications. This is done by setting the `event_notification_command` parameter in @@ -294,6 +296,6 @@ The following event types are available: * `bdr_unregister` Note that under some circumstances (e.g. no replication cluster master could -be located), it will not be possible to write an entry into the `repl_events` +be located), it will not be possible to write an entry into the `repmgr.events` table, in which case executing a script via `event_notification_command` can serve as a fallback by generating some form of notification.