Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better HA information on the summary screen #191

Open
jrafanie opened this issue Sep 13, 2022 · 0 comments
Open

Better HA information on the summary screen #191

jrafanie opened this issue Sep 13, 2022 · 0 comments

Comments

@jrafanie
Copy link
Member

We only check if there is a recovery.conf file, which would contain the upstream "primary" this standby is tracking. While this shows it's configured as a standby or primary, it doesn't mean HA is active.

I think we can add:

  1. systemctl status repmgr10 - This should be started on standby, otherwise we'll never detect the primary is down and promote the standby. This is what gets started when you configure it as standby.
    Note, you can't start repmgr if the primary or this standby is down, so if this is failing to start, it's likely the primary or standby is not running or not yet running.

  2. systemctl status evm-failover-monitor.service - For application appliances, this should be started if failover monitor is enabled. If this is failing to start, automatic failover won't happen.

  3. We should try to show the output from "repmgr cluster show" somewhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants