Releases: postgrespro/mamonsu
Releases · postgrespro/mamonsu
3.5.12
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
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
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
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
Changelog
- prepare for python 3.12: remove deprecated distutils imports
3.5.7
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
3.5.6
Changelog
- changed pg_locks plugin metrics names. Warning: custom user-defined triggers and processing functions may be broken if they use item.name parameter.
3.5.5
Changelog
- fixed types mismatch for pgpro_stats and pg_wait_sampling
3.5.4
Changelog
- fixed privileges for mamonsu role created by bootstrap
3.5.3
Changelog
- removed the owner check for the mamonsu agent.conf file (previously this was not flexible and only required the user "mamonsu")
- removed metrics that conflict with the native Zabbix agent metrics (only in agent mode, in regular mode it works as usual)
- added pg_stat_wal queries for native Zabbix agent
- fixed native Zabbix agent queries