From c113102926f5ad0daa22fe38910df01ea08eb470 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 12 Feb 2018 09:35:57 +0900 Subject: [PATCH] Update repmgr.conf.sample Add missing parameter "monitor_interval_secs" --- repmgr.conf.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 7c0c79df..575e17a0 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -235,8 +235,9 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" #primary_notification_timeout=60 # Interval (in seconds) which repmgrd on a standby # will wait for a notification from the new primary, # before falling back to degraded monitoring -#monitoring_history=no +#monitoring_history=no # Whether to write monitoring data to the "montoring_history" table +#monitor_interval_secs=2 # Interval (in seconds) at which to write monitoring data #degraded_monitoring_timeout=-1 # Interval (in seconds) after which repmgrd will terminate if the # server being monitored is no longer available. -1 (default) # disables the timeout completely.