|
1 | 1 | Name: mamonsu |
2 | | -Version: 3.4.0 |
| 2 | +Version: 3.5.0 |
3 | 3 | Release: 1%{?dist} |
4 | 4 | Summary: Monitoring agent for PostgreSQL |
5 | 5 | Group: Applications/Internet |
@@ -73,6 +73,28 @@ chown mamonsu.mamonsu /var/log/mamonsu |
73 | 73 | chown mamonsu.mamonsu /etc/mamonsu/agent.conf |
74 | 74 |
|
75 | 75 | %changelog |
| 76 | +* Thu Jun 16 2022 Alexandra Kuznetsova <[email protected]> - 3.5.0-1 |
| 77 | + - divided Instance Rate graph into two graphs - Blocks Rate, Transactions Rate; |
| 78 | + - divided XLOG plugin into two plugins - WAL, Replication; |
| 79 | + - changed 'pg_wait_sampling' plugin name to 'Wait Sampling'; |
| 80 | + - changed 'pg_stat_statements' plugin name to 'Statements'; |
| 81 | + - changed default agent.conf file permissions: now it read/write only for mamonsu user; |
| 82 | + - added new Replication plugin metrics: Send Lag, Receive Lagadded pgpro_stats support to PostgresPro cluster (automatic switch from pg_stat_statements and pg_wait_sampling); |
| 83 | + - added new bootstrap features: now the '-x' option also configures pg_stat_statements, pg_wait_sampling and pgpro_stats extensions; |
| 84 | + - added custom schema check for pg_stat_statements, pg_wait_sampling and pgpro_stats extensions; |
| 85 | + - added new lock types to the Wait Sampling plugin to fit PostgreSQL 10+: Extension Locks, Client Locks, Other Locks (e.g. IPC, Timeout, IO), Autovacuum Locks, Logical Replication Locks; |
| 86 | + - added new 'System Free/Used Memory' graph; |
| 87 | + - added new active locking queries feature to the report tool; |
| 88 | + - replaced 'System Memory Overview' graph with 'System Free/Used Memory' in dashboards; |
| 89 | + - fixed Statements plugin items generation for native zabbix agent; |
| 90 | + - fixed Rollbacks item delta type; |
| 91 | + - fixed WAL metrics delta types; |
| 92 | + - fixed PostgreSQL Uptime trigger; |
| 93 | + - improved Replication metrics evaluation algorithm; |
| 94 | + - unified Zabbix objects names; |
| 95 | + - unified config file sections and parameters names; |
| 96 | + - setted new color scheme; |
| 97 | + |
76 | 98 | * Mon Feb 21 2022 Alexandra Kuznetsova <[email protected]> - 3.4.0-1 |
77 | 99 | - added Server Version metric; |
78 | 100 | - added Available Memory metric; |
|
0 commit comments