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
This commit is contained in:
Martin Hauke 2023-04-11 18:26:33 +00:00 committed by Git OBS Bridge
parent 1b2a888bcb
commit b708b1802d
4 changed files with 27 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1849021dcab777560c45d0b8e251fbc14dfaff3781c9660f2cb5d98f3352651a
size 210944

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:13ccf02708041400492f88c07ff5a5d6facf977e5ad99a9b8c27799855a4337d
size 214543

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Apr 7 14:24:27 UTC 2023 - Martin Hauke <mardnh@gmx.de>
- 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 <lars@linux-schulserver.de>

View File

@ -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