mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 08:06:29 +00:00
Rename "archiver" check etc. to "archive-ready"
Gives a better indication of what's being checked.
This commit is contained in:
@@ -77,8 +77,8 @@ typedef struct
|
||||
TablespaceList tablespace_mapping;
|
||||
|
||||
/* node check settings */
|
||||
int archiver_lag_warning;
|
||||
int archiver_lag_critical;
|
||||
int archive_ready_warning;
|
||||
int archive_ready_critical;
|
||||
int replication_lag_warning;
|
||||
int replication_lag_critical;
|
||||
|
||||
@@ -135,7 +135,7 @@ typedef struct
|
||||
/* standby clone settings */ \
|
||||
false, "", "", "", "", { NULL, NULL }, \
|
||||
/* node check settings */ \
|
||||
DEFAULT_ARCHIVER_LAG_WARNING, DEFAULT_ARCHIVER_LAG_CRITICAL, \
|
||||
DEFAULT_ARCHIVE_READY_WARNING, DEFAULT_ARCHIVE_READY_CRITICAL, \
|
||||
DEFAULT_REPLICATION_LAG_WARNING, DEFAULT_REPLICATION_LAG_CRITICAL, \
|
||||
/* repmgrd settings */ \
|
||||
FAILOVER_MANUAL, DEFAULT_LOCATION, DEFAULT_PRIORITY, "", "", \
|
||||
|
||||
Reference in New Issue
Block a user