File tree Expand file tree Collapse file tree 5 files changed +30
-4
lines changed Expand file tree Collapse file tree 5 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 11__author__ = 'Dmitry Vasilyev'
22__author_email__ = 'info@postgrespro.ru'
33__description__ = 'Monitoring agent for PostgreSQL'
4- __version__ = '2.6.2 '
4+ __version__ = '2.7.0 '
55__licence__ = 'BSD'
66
77__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change 1+ mamonsu (2.7.0-1) stable; urgency=low
2+ * update bootstrap
3+ * fix ArchiveCommand plugin
4+ * add metric and trigger to count non-active replication slots
5+ * add metric to count children of PostgreSQL parent pid
6+
7+ -- PostgresPro DBA <dba@postgrespro.ru> Tue, 24 Nov 2020 16:22:00 +0300
8+
19mamonsu (2.6.2-1) stable; urgency=low
210 * update bootstrap for 9.5, 9.6 versions
311 * update packaging for Windows
Original file line number Diff line number Diff line change 22%{! ?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
33
44Name: mamonsu
5- Version: 2.6.2
5+ Version: 2.7.0
66Release: 1%{?dist }
77Summary: Monitoring agent for PostgreSQL
88Group: Applications/Internet
@@ -73,6 +73,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373/sbin/chkconfig --del mamonsu
7474
7575%changelog
76+ * Mon Apr 26 2021 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.7.0-1
77+ - update bootstrap
78+ - fix ArchiveCommand plugin
79+ - add metric and trigger to count non-active replication slots
80+ - add metric to count children of PostgreSQL parent pid
81+
7682* Tue Nov 24 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.2-1
7783- update bootstrap for 9.5, 9.6 versions
7884- update packaging for Windows
Original file line number Diff line number Diff line change 11Name: mamonsu
2- Version: 2.6.2
2+ Version: 2.7.0
33Release: 1%{?dist }
44Summary: Monitoring agent for PostgreSQL
55Group: Applications/Internet
@@ -70,6 +70,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070/sbin/chkconfig --del mamonsu
7171
7272%changelog
73+ * Mon Apr 26 2021 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.7.0-1
74+ - update bootstrap
75+ - fix ArchiveCommand plugin
76+ - add metric and trigger to count non-active replication slots
77+ - add metric to count children of PostgreSQL parent pid
78+
7379* Tue Nov 24 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.2-1
7480- update bootstrap for 9.5, 9.6 versions
7581- update packaging for Windows
Original file line number Diff line number Diff line change 11%define _datarootdir %{_prefix }/share
22Name: mamonsu
3- Version: 2.6.2
3+ Version: 2.7.0
44Release: 1%{?dist }
55Summary: Monitoring agent for PostgreSQL
66Group: Applications/Internet
@@ -74,6 +74,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474/sbin/chkconfig --del mamonsu
7575
7676%changelog
77+ * Mon Apr 26 2021 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.7.0-1
78+ - update bootstrap
79+ - fix ArchiveCommand plugin
80+ - add metric and trigger to count non-active replication slots
81+ - add metric to count children of PostgreSQL parent pid
82+
7783* Tue Nov 24 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.2-1
7884- update bootstrap for 9.5, 9.6 versions
7985- update packaging for Windows
You can’t perform that action at this time.
0 commit comments