File tree Expand file tree Collapse file tree 8 files changed +19
-7
lines changed Expand file tree Collapse file tree 8 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 59
59
echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
60
60
id : zabbix_address
61
61
- name : Edit Zabbix address in agent.conf
62
- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.3.1 .conf
62
+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.4.0 .conf
63
63
64
64
- name : Copy test scripts to container
65
65
run : docker exec $( echo "${{ matrix.docker_os }}" | sed 's/://' | sed 's/\.//' ) mkdir -p -m 755 /mamonsu/
Original file line number Diff line number Diff line change 63
63
echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
64
64
id : zabbix_address
65
65
- name : Edit Zabbix address in agent.conf
66
- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.3.1 .conf
66
+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.4.0 .conf
67
67
68
68
- name : Copy test scripts to container
69
69
run : docker exec $( echo "${{ matrix.docker_os }}" | sed 's/://' | sed 's/\.//' ) mkdir -p -m 755 /mamonsu/
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if [ "${OS%:*}" = "centos" ]; then
45
45
chmod -R 777 /var/log/mamonsu/
46
46
sudo mkdir -p /etc/mamonsu
47
47
sudo touch /etc/mamonsu/agent.conf
48
- cat /mamonsu/github-actions-tests/sources/agent_3.3.1 .conf > /etc/mamonsu/agent.conf
48
+ cat /mamonsu/github-actions-tests/sources/agent_3.4.0 .conf > /etc/mamonsu/agent.conf
49
49
chmod -R 777 /etc/mamonsu/
50
50
sudo yum -y install ./mamonsu* .rpm
51
51
systemctl daemon-reload
@@ -74,7 +74,7 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
74
74
chmod -R 777 /var/log/mamonsu/
75
75
sudo mkdir -p /etc/mamonsu
76
76
sudo touch /etc/mamonsu/agent.conf
77
- cat /mamonsu/github-actions-tests/sources/agent_3.3.1 .conf > /etc/mamonsu/agent.conf
77
+ cat /mamonsu/github-actions-tests/sources/agent_3.4.0 .conf > /etc/mamonsu/agent.conf
78
78
chmod -R 777 /etc/mamonsu/
79
79
sudo apt-get -y install ./mamonsu* .deb
80
80
service mamonsu restart
File renamed without changes.
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__ = '3.3.1 '
4
+ __version__ = '3.4.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 (3.4.0-1) stable; urgency=low
2
+ * added Server Version metric;
3
+ * added Available Memory metric;
4
+ * fixed native Zabbix Agent user parameters format;
5
+ * added new Mamonsu zabbix tool: 'mamonsu zabbix dashboard upload' for Zabbix 6.0+;
6
+
1
7
mamonsu (3.3.1-1) stable; urgency=low
2
8
* fixed logrotate script;
3
9
* added Server Mode metric and trigger;
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 3.3.1
2
+ Version: 3.4.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 Feb 21 2022 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.4.0-1
74
+ - added Server Version metric;
75
+ - added Available Memory metric;
76
+ - fixed native Zabbix Agent user parameters format;
77
+ - added new Mamonsu zabbix tool: 'mamonsu zabbix dashboard upload' for Zabbix 6.0+;
78
+
73
79
* Wed Feb 2 2022 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.3.1-1
74
80
- fixed logrotate script;
75
81
- added Server Mode metric and trigger;
Original file line number Diff line number Diff line change 1
1
!define NAME Mamonsu
2
- !define VERSION 3.3 . 1
2
+ !define VERSION 3.4 . 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