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 1
1
__author__ = 'Dmitry Vasilyev'
2
2
__author_email__ = 'info@postgrespro.ru'
3
3
__description__ = 'Monitoring agent for PostgreSQL'
4
- __version__ = '2.6.2 '
4
+ __version__ = '2.7.0 '
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.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
+
1
9
mamonsu (2.6.2-1) stable; urgency=low
2
10
* update bootstrap for 9.5, 9.6 versions
3
11
* update packaging for Windows
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.6.2
5
+ Version: 2.7.0
6
6
Release: 1%{?dist }
7
7
Summary: Monitoring agent for PostgreSQL
8
8
Group: Applications/Internet
@@ -73,6 +73,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
73
73
/sbin/chkconfig --del mamonsu
74
74
75
75
%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
+
76
82
* Tue Nov 24 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.2-1
77
83
- update bootstrap for 9.5, 9.6 versions
78
84
- update packaging for Windows
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 2.6.2
2
+ Version: 2.7.0
3
3
Release: 1%{?dist }
4
4
Summary: Monitoring agent for PostgreSQL
5
5
Group: Applications/Internet
@@ -70,6 +70,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
70
70
/sbin/chkconfig --del mamonsu
71
71
72
72
%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
+
73
79
* Tue Nov 24 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.2-1
74
80
- update bootstrap for 9.5, 9.6 versions
75
81
- update packaging for Windows
Original file line number Diff line number Diff line change 1
1
%define _datarootdir %{_prefix }/share
2
2
Name: mamonsu
3
- Version: 2.6.2
3
+ Version: 2.7.0
4
4
Release: 1%{?dist }
5
5
Summary: Monitoring agent for PostgreSQL
6
6
Group: Applications/Internet
@@ -74,6 +74,12 @@ chown mamonsu.mamonsu /var/log/mamonsu
74
74
/sbin/chkconfig --del mamonsu
75
75
76
76
%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
+
77
83
* Tue Nov 24 2020 Daria Vilkova <d.vilkova@postgrespro.ru> - 2.6.2-1
78
84
- update bootstrap for 9.5, 9.6 versions
79
85
- update packaging for Windows
You can’t perform that action at this time.
0 commit comments