Release: check_pgactivity 2.7

From: check_pgactivity project via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: Release: check_pgactivity 2.7
Date: 2023-09-25 18:57:36
Message-ID: 169566825695.3727336.12262482629930320108@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

check_pgactivity version 2.7 released
========================

check\_pgactivity is a PostgreSQL plugin for Nagios and the like. This plugin is written with a focus on a rich perfdata set. Every new features of PostgreSQL can be easily monitored with check\_pgactivity.

Changelog :

* add: compatibility with PostgreSQL 15 and 16, Jehan-Guillaume de Rorthais, Thomas Reiss
* change: `stat_snapshot_age` is compatible from PostgreSQL v9.5 to v14, Benoit Lobréau
* change: simplify session accounting in `backends_status`, Thomas Reiss
* fix: compatibility of `backup_label_age` with PostgreSQL 15 and after, Thomas Reiss
* fix: in `pg_dump_backup`, error explicitly if `--path` is a directory, Christophe Courtois
* fix: `temp_files` on PG10 was counting all DB files, Christophe Courtois, Benoit Lobréau
* fix: make `check_archiver` output `oldest_ready_wal=0` when archive queue is empty, Thomas Reiss
* fix: make `check_archiver` work properly with PostgreSQL 10 without being superuser, Thomas Reiss
* fix: in `backends_status`, avoid "idle in transaction" false positive for PostgreSQL 9.2 and after, Thomas Reiss
* fix: issue with check_pgactivity missing lock file, Joern Ott, Julien Rouhaud, Jehan-Guillaume de Rorthais
* fix: in `btree_bloat`, adjust index tuple header size, Shangzi Xie, Jehan-Guillaume de Rorthais


Here are some useful links:

* github repo: [https://github.com/OPMDG/check_pgactivity](https://github.com/OPMDG/check_pgactivity)
* reporting issues: [https://github.com/OPMDG/check_pgactivity/issues](https://github.com/OPMDG/check_pgactivity/issues)
* latest release: [https://github.com/OPMDG/check_pgactivity/releases/latest](https://github.com/OPMDG/check_pgactivity/releases/latest)
* contributors: [https://github.com/OPMDG/check_pgactivity/blob/master/contributors](https://github.com/OPMDG/check_pgactivity/blob/master/contributors)

Many thanks to all contributors of this release for feedbacks, bug reports, patches
and patch reviews, etc.

Browse pgsql-announce by date

  From Date Subject
Next Message pgAdmin Development Team via PostgreSQL Announce 2023-09-25 18:57:49 pgAdmin 4 v7.7 Released
Previous Message PoWA via PostgreSQL Announce 2023-09-21 10:39:16 pg_qualstats 2.1.0 is out!