File tree Expand file tree Collapse file tree 9 files changed +52
-23
lines changed Expand file tree Collapse file tree 9 files changed +52
-23
lines changed Original file line number Diff line number Diff line change @@ -46,20 +46,20 @@ Install from git:
46
46
47
47
.. code-block :: bash
48
48
49
- $ git clone ... && cd mamonsu && python setup.py build && python setup.py install
49
+ $ git clone ... && cd mamonsu && python3 setup.py build && python3 setup.py install
50
50
51
51
Build deb:
52
52
53
53
.. code-block :: bash
54
54
55
- $ apt-get install make dpkg-dev debhelper python -dev python -setuptools
55
+ $ apt-get install make dpkg-dev debhelper python3 -dev python3 -setuptools
56
56
$ git clone ... && cd mamonsu && make deb && dpkg -i mamonsu* .deb
57
57
58
58
Build rpm:
59
59
60
60
.. code-block :: bash
61
61
62
- $ yum install make rpm-build python2 -devel python -setuptools
62
+ $ yum install make rpm-build python3 -devel python3 -setuptools
63
63
$ git clone ... && cd mamonsu && make rpm && rpm -i mamonsu* .rpm
64
64
65
65
Build repository, `./packaging/repo/gnupg ` and `./packaging/repo/rpmmacros ` must be provided by caller:
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.5 '
4
+ __version__ = '2.5.0 '
5
5
__licence__ = 'BSD'
6
6
7
7
__url__ = 'https://github.com/postgrespro/mamonsu'
12
12
'Operating System :: POSIX :: Linux' ,
13
13
'Operating System :: Microsoft :: Windows' ,
14
14
'License :: OSI Approved :: BSD License' ,
15
- 'Programming Language :: Python :: 2' ,
16
15
'Programming Language :: Python :: 3' ,
17
16
'Topic :: System :: Monitoring'
18
17
]
Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ mamonsu (2.5.0-1) stable; urgency=low
2
+ * drop python2 support
3
+ * add old templates for mamonsu and zabbix-agent
4
+ * add new plugin: pg_probackup
5
+ * add new plugin: relations_size
6
+ * add new plugin: prepared_transaction
7
+
8
+ -- PostgresPro DBA <dba@postgrespro.ru> Fri, 31 July 2020 16:37:00 +0300
9
+
1
10
mamonsu (2.4.5-1) stable; urgency=low
2
11
3
12
* added checksum_failures metric in Instance plugin for Postgresql 12
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.5
5
+ Version: 2.5.0
6
6
Release: 1%{?dist }
7
7
Summary: Monitoring agent for PostgreSQL
8
8
Group: Applications/Internet
9
9
License: BSD
10
10
Source0: http://pypi.python.org/packages/source/m/mamonsu/mamonsu-%{version }.tar.gz
11
11
Source1: mamonsu.init
12
12
Source2: mamonsu-logrotate.in
13
- BuildRequires: python -dev
14
- BuildRequires: python -module-setuptools
13
+ BuildRequires: python3 -dev
14
+ BuildRequires: python3 -module-setuptools
15
15
BuildArch: noarch
16
- Requires: python -module-setuptools
16
+ Requires: python3 -module-setuptools
17
17
18
18
%description
19
19
Monitoring agent for PostgreSQL.
@@ -73,6 +73,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
73
73
/sbin/chkconfig --del mamonsu
74
74
75
75
%changelog
76
+ * Fri Jul 31 2020 Alexander Popov <a.popov@postgrespro.ru> - 2.5.0-1
77
+ - drop python2 support
78
+ - add old templates for mamonsu and zabbix-agent
79
+ - add new plugin: pg_probackup
80
+ - add new plugin: relations_size
81
+ - add new plugin: prepared_transaction
82
+
76
83
* Tue May 26 2020 Alexander Popov <a.popov@postgrespro.ru> - 2.4.5-1
77
84
- added checksum_failures metric in Instance plugin for Postgresql 12
78
85
- changed PG version support in commands:
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 2.4.5
2
+ Version: 2.5.0
3
3
Release: 1%{?dist }
4
4
Summary: Monitoring agent for PostgreSQL
5
5
Group: Applications/Internet
@@ -70,6 +70,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
70
70
/sbin/chkconfig --del mamonsu
71
71
72
72
%changelog
73
+ * Fri Jul 31 2020 Alexander Popov <a.popov@postgrespro.ru> - 2.5.0-1
74
+ - drop python2 support
75
+ - add old templates for mamonsu and zabbix-agent
76
+ - add new plugin: pg_probackup
77
+ - add new plugin: relations_size
78
+ - add new plugin: prepared_transaction
79
+
73
80
* Tue May 26 2020 Alexander Popov <a.popov@postgrespro.ru> - 2.4.5-1
74
81
- added checksum_failures metric in Instance plugin for Postgresql 12
75
82
- changed PG version support in commands:
Original file line number Diff line number Diff line change 1
1
%define _datarootdir %{_prefix }/share
2
2
Name: mamonsu
3
- Version: 2.4.5
3
+ Version: 2.5.0
4
4
Release: 1%{?dist }
5
5
Summary: Monitoring agent for PostgreSQL
6
6
Group: Applications/Internet
7
7
License: BSD
8
8
Source0: http://pypi.python.org/packages/source/m/mamonsu/mamonsu-%{version }.tar.gz
9
9
Source1: mamonsu.init
10
10
Source2: mamonsu-logrotate.in
11
- BuildRequires: python -devel
12
- BuildRequires: python -setuptools
11
+ BuildRequires: python3 -devel
12
+ BuildRequires: python3 -setuptools
13
13
BuildArch: noarch
14
14
BuildRoot: %{_tmppath }/%{name }-%{version }-build
15
- Requires: python -setuptools
15
+ Requires: python3 -setuptools
16
16
17
17
%description
18
18
Monitoring agent for PostgreSQL.
@@ -74,6 +74,13 @@ chown mamonsu.mamonsu /var/log/mamonsu
74
74
/sbin/chkconfig --del mamonsu
75
75
76
76
%changelog
77
+ * Fri Jul 31 2020 Alexander Popov <a.popov@postgrespro.ru> - 2.5.0-1
78
+ - drop python2 support
79
+ - add old templates for mamonsu and zabbix-agent
80
+ - add new plugin: pg_probackup
81
+ - add new plugin: relations_size
82
+ - add new plugin: prepared_transaction
83
+
77
84
* Tue May 26 2020 Alexander Popov <a.popov@postgrespro.ru> - 2.4.5-1
78
85
- added checksum_failures metric in Instance plugin for Postgresql 12
79
86
- changed PG version support in commands:
Original file line number Diff line number Diff line change 1
1
!define NAME Mamonsu
2
- !define VERSION 2.4 . 5
2
+ !define VERSION 2.5 . 0
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