Skip to content

Releases: postgrespro/mamonsu

3.5.16

Choose a tag to compare

@mstyushin mstyushin released this 13 Jul 16:00
3.5.16
0a6f390
  • add columns support for PostgreSQL 18;
  • fixed bug with index out of range during export in pg_stat_statements;
  • fixed None to int conversion in pg_stat_statements;
  • added description for parallel worker metrics in postgres18;
  • changed some integer metrics from bigint to numeric due to overflow;

3.5.15

Choose a tag to compare

@andrewpapsujko andrewpapsujko released this 03 Oct 10:01
3.5.15

PostgreSQL 18 support

3.5.14

Choose a tag to compare

@andrewpapsujko andrewpapsujko released this 05 Sep 14:31
3.5.14
b5fb7fd

Fixed the replication stats collection when the follower's lag exceeds the integer range.;

3.5.13

Choose a tag to compare

@andrewpapsujko andrewpapsujko released this 03 Jul 13:33
3.5.13
8f96556
  • Added a new metric that displays the bytes held by non-active replication slots, along with the corresponding trigger.;
  • Set the trigger for 'number of non-active replication slots' to be disabled by default.;
  • Fixed the Linux plugin to ensure compatibility with recent Linux versions that use cgroups2.;
  • Resolved a deadlock issue in the send queue that caused Mamonsu to hang after network problems.;

3.5.12

Choose a tag to compare

@mstyushin mstyushin released this 05 Mar 16:41
3.5.12
10ee3fd

Changelog

  • port version parser code from public archive of pypa/pkg_resources;
  • thread-safe implementation of connection cache;
  • skip BGwriter and Checkpoint plugins initialization if Postgres metrics collection was explicitly disabled;

3.5.11

Choose a tag to compare

@mstyushin mstyushin released this 15 Jan 10:12
3.5.11
5269652

Changelog

  • updated statements plugin: added support for pgpro_stats 1.8;
  • fixed types for count_wal_lag_lsn() function (int to bigint);

3.5.10

Choose a tag to compare

@mstyushin mstyushin released this 13 Dec 21:50
3.5.10
d29da5d

Changelog

  • updated checkpoint plugin: added support for new view pg_stat_checkpointer
  • updated bgwriter plugin: consider updated view pg_stat_bgwriter in postgres 17
  • run zabbix cli tools with latest setuptools installed (>67.7.2)

3.5.9

Choose a tag to compare

@mstyushin mstyushin released this 19 Aug 15:18
3.5.9
fd75eb0

Changelog

  • run on systems with latest setuptools installed (>67.7.2)
  • drop using dotted user:group specification in RPM pre-install stage

3.5.8

Choose a tag to compare

@mstyushin mstyushin released this 18 Apr 19:35
3.5.8
31a5981

Changelog

  • prepare for python 3.12: remove deprecated distutils imports

3.5.7

Choose a tag to compare

@mstyushin mstyushin released this 05 Apr 13:10
3.5.7
0656479

Changelog

  • added support for Zabbix 6.4 API: handle deprecated parameters for auth request
  • removed caching of pgsql.connections[max_connections] metric
  • update default logrotate rules