Skip to content

Releases: OPMDG/check_pgactivity

2016-07-21 2.0 rc3

21 Jul 10:18
Compare
Choose a tag to compare
2016-07-21 2.0 rc3 Pre-release
Pre-release

2016-07-21 2.0 rc3:

  • Fix check on pga version format

2016-07-04 2.0 rc2

04 Jul 16:24
Compare
Choose a tag to compare
2016-07-04 2.0 rc2 Pre-release
Pre-release

2016-07-04 2.0 rc2:

  • Refactor service settings to use pg_settings and pg_db_role_setting tables

check_pgactivity 2.0 rc1

17 Jun 15:27
Compare
Choose a tag to compare
Pre-release

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

28 Jan 16:08
Compare
Choose a tag to compare

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

05 Jan 10:59
Compare
Choose a tag to compare
Pre-release

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

28 Sep 09:11
Compare
Choose a tag to compare

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