File tree Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Expand file tree Collapse file tree 4 files changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ mamonsu (2.4.0-1) stable; urgency=low
2+
3+ * add zabbix-agent template and configuration file export,
4+ * add new types of connections in "connections" plugin,
5+ * add modification of interval for metric gather,
6+ * add new plugin: archive_command,
7+ * fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin,
8+
9+ -- PostgresPro DBA <dba@postgrespro.ru> Thu, 22 Aug 2019 11:00:00 +0300
10+
111mamonsu (2.3.4-1) stable; urgency=low
212
313 * Connections states fix, cfs compression ratio fix
Original file line number Diff line number Diff line change @@ -73,6 +73,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373/sbin/chkconfig --del mamonsu
7474
7575%changelog
76+ * Thu Aug 22 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.0-1
77+ - add zabbix-agent template and configuration file export,
78+ - add new types of connections in "connections" plugin,
79+ - add modification of interval for metric gather,
80+ - add new plugin: archive_command,
81+ - fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin
82+
7683* Fri Jan 19 2018 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.3.3-1
7784- PostgreSQL 10 support
7885
Original file line number Diff line number Diff line change @@ -70,6 +70,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070/sbin/chkconfig --del mamonsu
7171
7272%changelog
73+ * Thu Aug 22 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.0-1
74+ - add zabbix-agent template and configuration file export,
75+ - add new types of connections in "connections" plugin,
76+ - add modification of interval for metric gather,
77+ - add new plugin: archive_command,
78+ - fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin
79+
7380* Thu Feb 15 2018 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.3.4-1
7481- Connections states fix, cfs compression ratio fix
7582
Original file line number Diff line number Diff line change @@ -74,6 +74,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474/sbin/chkconfig --del mamonsu
7575
7676%changelog
77+ * Thu Aug 22 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.0-1
78+ - add zabbix-agent template and configuration file export,
79+ - add new types of connections in "connections" plugin,
80+ - add modification of interval for metric gather,
81+ - add new plugin: archive_command,
82+ - fix oldest transaction time instead of oldest query time and exclude excess processes from a query in "oldest" plugin
83+
7784* Fri Jan 19 2018 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.3.3-1
7885- PostgreSQL 10 support
7986
You can’t perform that action at this time.
0 commit comments