File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
1
__author__ = 'Dmitry Vasilyev'
2
2
__author_email__ = 'info@postgrespro.ru'
3
3
__description__ = 'Monitoring agent for PostgreSQL'
4
- __version__ = '2.4.1 '
4
+ __version__ = '2.4.2 '
5
5
__licence__ = 'BSD'
6
6
7
7
__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change
1
+ mamonsu (2.4.2-1) stable; urgency=low
2
+
3
+ * fix longest running xact metric
4
+ * fixes for python 3
5
+
6
+ -- PostgresPro DBA <dba@postgrespro.ru> Mon, 20 Jan 2020 19:50:00 +0300
7
+
1
8
mamonsu (2.4.1-1) stable; urgency=low
2
9
3
10
* add trigger for pgsql.ping
Original file line number Diff line number Diff line change 2
2
%{! ?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
3
3
4
4
Name: mamonsu
5
- Version: 2.4.1
5
+ Version: 2.4.2
6
6
Release: 1%{?dist }
7
7
Summary: Monitoring agent for PostgreSQL
8
8
Group: Applications/Internet
@@ -73,6 +73,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
73
73
/sbin/chkconfig --del mamonsu
74
74
75
75
%changelog
76
+ * Mon Jan 20 2020 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.4.2-1
77
+ - fix longest running xact metric
78
+ - fixes for python 3
79
+
76
80
* Tue Sep 3 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.1-1
77
81
- add trigger for pgsql.ping
78
82
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 2.4.1
2
+ Version: 2.4.2
3
3
Release: 1%{?dist }
4
4
Summary: Monitoring agent for PostgreSQL
5
5
Group: Applications/Internet
@@ -70,6 +70,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
70
70
/sbin/chkconfig --del mamonsu
71
71
72
72
%changelog
73
+ * Mon Jan 20 2020 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.4.2-1
74
+ - fix longest running xact metric
75
+ - fixes for python 3
76
+
73
77
* Tue Sep 3 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.1-1
74
78
- add trigger for pgsql.ping
75
79
Original file line number Diff line number Diff line change 1
1
%define _datarootdir %{_prefix }/share
2
2
Name: mamonsu
3
- Version: 2.4.1
3
+ Version: 2.4.2
4
4
Release: 1%{?dist }
5
5
Summary: Monitoring agent for PostgreSQL
6
6
Group: Applications/Internet
@@ -74,6 +74,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
74
74
/sbin/chkconfig --del mamonsu
75
75
76
76
%changelog
77
+ * Mon Jan 20 2020 Grigory Smolkin <g.smolkin@postgrespro.ru> - 2.4.2-1
78
+ - fix longest running xact metric
79
+ - fixes for python 3
80
+
77
81
* Tue Sep 3 2019 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.4.1-1
78
82
- add trigger for pgsql.ping
79
83
Original file line number Diff line number Diff line change 1
1
!define NAME Mamonsu
2
- !define VERSION 2.3 . 4
2
+ !define VERSION 2.4 . 2
3
3
!define MAMONSU_REG_PATH " Software\PostgresPro\Mamonsu"
4
4
!define MAMONSU_REG_UNINSTALLER_PATH " Software\Microsoft\Windows\CurrentVersion\Uninstall"
5
5
!define EDB_REG " SOFTWARE\Postgresql"
You can’t perform that action at this time.
0 commit comments