bucardo / check_postgres

Nagios check_postgres plugin for checking status of PostgreSQL databases
http://bucardo.org/wiki/Check_postgres
Other
562 stars 175 forks source link

Hot standby delay check recovery to recovery #210

Open ubrix opened 8 months ago

ubrix commented 8 months ago

Postgresql can be setup to replicate from a server in recovery mode to another server in recovery mode. This change allows this scenario for check_hot_standby_delay.

Scenario: db1(not in recovery) -> db2(in recovery) -> db3(in recovery)