- 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
+ added support for PostgreSQL 10
+ Change table_size to use pg_table_size() on 9.0+
+ Connection errors are now always critical, not unknown
+ New action replication_slots checking if logical or physical
replication slots have accumulated too much data
+ Multiple same_schema improvements
+ Add Spanish message translations
+ Allow a wrapper function to run wal_files and archive_ready
actions as non-superuser
+ Add some defensive casting to the bloat query
+ Invoke psql with option -X
+ check_txn_idle: Don't fail when query contains 'disabled' word
+ check_txn_idle: Use state_change instead of query_start.
+ check_hot_standby_delay: Correct extra space in perfdata
+ Remove \r from psql output as it can confuse some regexes
+ Sort failed jobs in check_pgagent_jobs for stable output
- run spec cleaner
- use %%license for newer distributions
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/check_postgres?expand=0&rev=15