Skip to content

Commit 727ea71

Browse files
committed
build version 2.4.4
1 parent b072a91 commit 727ea71

File tree

6 files changed

+24
-5
lines changed

6 files changed

+24
-5
lines changed

mamonsu/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__author__ = 'Dmitry Vasilyev'
22
__author_email__ = '[email protected]'
33
__description__ = 'Monitoring agent for PostgreSQL'
4-
__version__ = '2.4.3'
4+
__version__ = '2.4.4'
55
__licence__ = 'BSD'
66

77
__url__ = 'https://github.com/postgrespro/mamonsu'

packaging/debian/changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
mamonsu (2.4.4-1) stable; urgency=low
2+
3+
* change command name for uploading metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] parameter in agent.conf file) to Zabbix Server
4+
* update help message for 'upload' function
5+
6+
-- PostgresPro DBA <[email protected]> Thu, 20 Feb 2020 09:59:00 +0300
7+
18
mamonsu (2.4.3-1) stable; urgency=low
29

310
* display postgres connections parameters in log

packaging/rpm/SPECS/mamonsu.alt.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
33

44
Name: mamonsu
5-
Version: 2.4.3
5+
Version: 2.4.4
66
Release: 1%{?dist}
77
Summary: Monitoring agent for PostgreSQL
88
Group: Applications/Internet
@@ -73,6 +73,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
7373
/sbin/chkconfig --del mamonsu
7474

7575
%changelog
76+
* Thu Feb 20 2020 Daria Vilkova <[email protected]> - 2.4.4-1
77+
- change command name for uploading metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] parameter in agent.conf file) to Zabbix Server
78+
- update help message for 'upload' function
79+
7680
* Fri Feb 14 2020 Daria Vilkova <[email protected]> - 2.4.3-1
7781
- display postgres connections parameters in log
7882
- add support for Zabbix 4.4 Server

packaging/rpm/SPECS/mamonsu.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: mamonsu
2-
Version: 2.4.3
2+
Version: 2.4.4
33
Release: 1%{?dist}
44
Summary: Monitoring agent for PostgreSQL
55
Group: Applications/Internet
@@ -70,6 +70,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070
/sbin/chkconfig --del mamonsu
7171

7272
%changelog
73+
* Thu Feb 20 2020 Daria Vilkova <[email protected]> - 2.4.4-1
74+
- change command name for uploading metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] parameter in agent.conf file) to Zabbix Server
75+
- update help message for 'upload' function
76+
7377
* Fri Feb 14 2020 Daria Vilkova <[email protected]> - 2.4.3-1
7478
- display postgres connections parameters in log
7579
- add support for Zabbix 4.4 Server

packaging/rpm/SPECS/mamonsu.suse.spec

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%define _datarootdir %{_prefix}/share
22
Name: mamonsu
3-
Version: 2.4.3
3+
Version: 2.4.4
44
Release: 1%{?dist}
55
Summary: Monitoring agent for PostgreSQL
66
Group: Applications/Internet
@@ -74,6 +74,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
7474
/sbin/chkconfig --del mamonsu
7575

7676
%changelog
77+
* Thu Feb 20 2020 Daria Vilkova <[email protected]> - 2.4.4-1
78+
- change command name for uploading metrics from file (written by mamonsu /var/log/mamonsu/localhost.log, [metric_log] parameter in agent.conf file) to Zabbix Server
79+
- update help message for 'upload' function
80+
7781
* Fri Feb 14 2020 Daria Vilkova <[email protected]> - 2.4.3-1
7882
- display postgres connections parameters in log
7983
- add support for Zabbix 4.4 Server

packaging/win/mamonsu.def.nsh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
!define NAME Mamonsu
2-
!define VERSION 2.4.3
2+
!define VERSION 2.4.4
33
!define MAMONSU_REG_PATH "Software\PostgresPro\Mamonsu"
44
!define MAMONSU_REG_UNINSTALLER_PATH "Software\Microsoft\Windows\CurrentVersion\Uninstall"
55
!define EDB_REG "SOFTWARE\Postgresql"

0 commit comments

Comments
 (0)