From b708b1802da5d26d783d927c3e199cca52ba7bc3177bda149c511557e7ea788d Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Tue, 11 Apr 2023 18:26:33 +0000 Subject: [PATCH] Accepting request 1077892 from home:mnhauke:monitoring - Update to version 2.26.0 * Add new action "pgbouncer_maxwait". * For the bloat check, add option to populate all known databases, as well as includsion and exclusion regexes. * Add Partman premake check. * Add --role flag to explicitly set the role of the user after connecting. * Fix check_replication_slots on recently promoted servers. * Allow the check_disk_space action to handle relative log_directory paths. * Fix MINPAGES and MINIPAGES in the "check_bloat" action. * Replace 'which' with 'command -v'. * Fix check_replication_slots on recently promoted servers. * Fix undefined variable warning. * In the tests, force log_destination to stderr. * Add to docs how to exclude all items in the 'pg_temp_nnn' per-session temporary schemas. * Various improvements to the tests. OBS-URL: https://build.opensuse.org/request/show/1077892 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/check_postgres?expand=0&rev=24 --- check_postgres-2.25.0.tar.gz | 3 --- check_postgres-2.26.0.tar.gz | 3 +++ check_postgres.changes | 22 ++++++++++++++++++++++ check_postgres.spec | 4 ++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 check_postgres-2.25.0.tar.gz create mode 100644 check_postgres-2.26.0.tar.gz diff --git a/check_postgres-2.25.0.tar.gz b/check_postgres-2.25.0.tar.gz deleted file mode 100644 index 1cd0752..0000000 --- a/check_postgres-2.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1849021dcab777560c45d0b8e251fbc14dfaff3781c9660f2cb5d98f3352651a -size 210944 diff --git a/check_postgres-2.26.0.tar.gz b/check_postgres-2.26.0.tar.gz new file mode 100644 index 0000000..e4e9024 --- /dev/null +++ b/check_postgres-2.26.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13ccf02708041400492f88c07ff5a5d6facf977e5ad99a9b8c27799855a4337d +size 214543 diff --git a/check_postgres.changes b/check_postgres.changes index 27f86b2..089aa5f 100644 --- a/check_postgres.changes +++ b/check_postgres.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Apr 7 14:24:27 UTC 2023 - Martin Hauke + +- Update to version 2.26.0 + * Add new action "pgbouncer_maxwait". + * For the bloat check, add option to populate all known databases, + as well as includsion and exclusion regexes. + * Add Partman premake check. + * Add --role flag to explicitly set the role of the user after + connecting. + * Fix check_replication_slots on recently promoted servers. + * Allow the check_disk_space action to handle relative + log_directory paths. + * Fix MINPAGES and MINIPAGES in the "check_bloat" action. + * Replace 'which' with 'command -v'. + * Fix check_replication_slots on recently promoted servers. + * Fix undefined variable warning. + * In the tests, force log_destination to stderr. + * Add to docs how to exclude all items in the 'pg_temp_nnn' + per-session temporary schemas. + * Various improvements to the tests. + ------------------------------------------------------------------- Tue Mar 8 17:14:04 UTC 2022 - Lars Vogdt diff --git a/check_postgres.spec b/check_postgres.spec index 5720e42..ea0d73b 100644 --- a/check_postgres.spec +++ b/check_postgres.spec @@ -1,7 +1,7 @@ # # spec file for package check_postgres # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: check_postgres -Version: 2.25.0 +Version: 2.26.0 Release: 0 Summary: Postgres monitoring script License: GPL-2.0-or-later