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

Adding check_streaming_delta #152

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

Commits on Nov 21, 2018

  1. Adding check_streaming_delta

    This lets a pginstance be monitored based on receiving and sending WAL, so we can monitor the delay between our cascading replication servers. We've also added the ability to limit based on being in the same network as the cluster that's being checked from which is useful for checking only local replicas if you have a hub-and-spoke-style  replication strategy
    infraweavers authored Nov 21, 2018
    Configuration menu
    Copy the full SHA
    9f75ab1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

  1. Fixing perfdata was incorrect (always sent_location) and duplicated (…

    …it is output on each add_ok invocation)
    infraweavers authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    1cac62c View commit details
    Browse the repository at this point in the history
  2. Tabs -> Spaces

    infraweavers authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    954dd24 View commit details
    Browse the repository at this point in the history
  3. Fixing duplicate perfdata if there are multiple rows

    We need to call `add_ok` once for each instance of `$db` otherwise perfdata doesn't work at all, more frequently and it is duplicated
    infraweavers authored Nov 22, 2018
    Configuration menu
    Copy the full SHA
    d53d58e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. pg_basebackup adds itself to pg_stat_replication but with blank xlog …

    …positions, which causes this to go critical. In reality, this is not for checking pg_basebackup status
    infraweavers authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    518a245 View commit details
    Browse the repository at this point in the history