Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-20115

Postgresql WAL check failing when node is in recovery

    XMLWordPrintable

Details

    • Problem report
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 5.4.5
    • None
    • Agent2 plugin (N)
    • None
    • Linux OL7
      Zabbix Server and Proxy in docker

    Description

      The Postgresql Plugin for doing WAL Checks will fail the alert when the node is in recovery as a cluster backup. It seems like this shouldn't be a failure as its not exactly an issue

       

      Looking to see what gets executed these are the results:

      sudo -u postgres psql -c 'SELECT pg_is_in_recovery()'
      pg_is_in_recovery
      -------------------
      t
      (1 row)

       

      sudo -u postgres psql -c 'SELECT COUNT FROM pg_stat_wal_receiver'
      count
      -------
      1
      (1 row)

       

      I know there are dependent items for this check, but it since there isn't exactly an issue seems like the item should be passing its checks.

       

      Attachments

        Activity

          People

            zit Zabbix Integration Team
            minsis Dennis Whitney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: