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

Add check replication_active_slots. #138

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 29, 2018

  1. Add check replication_active_slots.

    Check all replication slots and raise a warning is a slot is not active
    and hasn't been used or a critical alert if the slot has been used.
    
        check_postgres_replication_active_slots --port=5432 --host=yellow
    
    Specific named slots can be monitored using `--include`/`--exclude`.
    
    Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
    Sébastien Gross authored and Sébastien Gross committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    5544b4a View commit details
    Browse the repository at this point in the history
  2. Fix typo

    Signed-off-by: Sébastien Gross <seb•ɑƬ•chezwam•ɖɵʈ•org>
    Sébastien Gross authored and Sébastien Gross committed Jan 29, 2018
    Configuration menu
    Copy the full SHA
    99e581b View commit details
    Browse the repository at this point in the history