Verified Commit 0603159e authored by anarcat's avatar anarcat
Browse files

silence failing backups alert on metricsdb-01 (team#41626)

Backups are deliberately disabled here.
parent 44633455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ groups:
          more than 6 hours.
        playbook: "https://gitlab.torproject.org/tpo/tpa/team/-/wikis/howto/postgresql#exporter-failures"
    - alert: PgArchiverAge
      expr: pg_stat_archiver_last_archive_age/3600 > 24
      expr: pg_stat_archiver_last_archive_age{alias!="metricsdb-01.torproject.org"}/3600 > 24
      labels:
        severity: warning
      annotations: