Releases: OPMDG/check_pgactivity
Releases · OPMDG/check_pgactivity
2016-07-21 2.0 rc3
2016-07-21 2.0 rc3:
- Fix check on pga version format
2016-07-04 2.0 rc2
2016-07-04 2.0 rc2:
- Refactor service
settings
to usepg_settings
andpg_db_role_setting
tables
check_pgactivity 2.0 rc1
2016-06-17 2.0 rc1:
- support various output format
- add output format "nagios_strict"
- add output format "debug"
- add output format "binary"
- add output format "human"
- force UTF8 encoding
- fix a bug where pod2usage couldn't find the original script
- fix wal size computation for 9.3+ (255 -vs- 256 seg of 16MB)
- fix perl warning with pg_dump_backup related to unknown database
- do not connect ot the cluster if using --dbinclude for service pg_dump_backup
- add argument --dump-status-file, useful for debugging
- add service "table_unlogged"
- add basic support to timeline cross in service archive_folder
- add service "settings"
- add service "invalid_indexes"
check_pgactivity 1.25
2015-01-28 - version 1.25
Changelog:
- add service pg_dump_backup
- change units of service bgwriter (github issue #29)
- support PostgreSQL 9.5
- fix backends service to remove autovacuum from the connection count (github issue #14)
- fix backends service to add walsenders to the connection count (github issue #14)
- fix a harmless perl warning
- fix wal_size service to support 9.5+
- fix corruption on status file on concurrent access
- fix bad estimation in btree bloat query with mostly NULL columns
check_pgactivity 1.25 beta1
2015-01-05 - version 1.25beta1
Changelog:
- add service pg_dump_backup
- change units of service bgwriter (github issue #29)
- support PostgreSQL 9.5
- fix backends service to remove autovacuum from the connection count (github issue #14)
- fix backends service to add walsenders to the connection count (github issue #14)
- fix a harmless perl warning
- fix wal_size service to support 9.5+
- fix corruption on status file on concurrent access
- fix bad estimation in btree bloat query with mostly NULL columns
check_pgactivity 1.24
2015-09-28 - version 1.24
Changelog:
- improve message for streaming_delta and hot_standby_delta services
- add replication_slot service
- enhance table_bloat queries
- enhance btree_bloat queries
- add -l option, aliased for --list
- backends service has a new maximum_connections perfdata
- backends service now consider the maximum connections as max_connections - superuser_reserved_connections
- improve checks for hot_standby_delta service
- fix check_pgactivity to run with Perl 5.10.0
- add commit_ratio service
- various documentations improvements