File tree 8 files changed +17
-7
lines changed
8 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 77
77
echo "zabbix_address=$(hostname -I | awk '{print $1}')" >> $GITHUB_OUTPUT
78
78
id : zabbix_address
79
79
- name : Edit Zabbix address in agent.conf
80
- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.6 .conf
80
+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.7 .conf
81
81
82
82
- name : Copy test scripts to container
83
83
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 88
88
echo "zabbix_address=$(hostname -I | awk '{print $1}')" >> $GITHUB_OUTPUT
89
89
id : zabbix_address
90
90
- name : Edit Zabbix address in agent.conf
91
- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.6 .conf
91
+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.7 .conf
92
92
93
93
- name : Copy test scripts to container
94
94
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 @@ -41,7 +41,7 @@ if [ "${OS%:*}" = "centos" ]; then
41
41
python3 setup.py build && python3 setup.py install
42
42
make rpm
43
43
sudo rpm -i ./mamonsu* .rpm
44
- cat /mamonsu/github-actions-tests/sources/agent_3.5.6 .conf > /etc/mamonsu/agent.conf
44
+ cat /mamonsu/github-actions-tests/sources/agent_3.5.7 .conf > /etc/mamonsu/agent.conf
45
45
systemctl daemon-reload
46
46
systemctl restart mamonsu
47
47
sleep 5
@@ -64,7 +64,7 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
64
64
python3 setup.py build && python3 setup.py install
65
65
make deb
66
66
sudo dpkg -i ./mamonsu* .deb
67
- cat /mamonsu/github-actions-tests/sources/agent_3.5.6 .conf > /etc/mamonsu/agent.conf
67
+ cat /mamonsu/github-actions-tests/sources/agent_3.5.7 .conf > /etc/mamonsu/agent.conf
68
68
service mamonsu restart
69
69
sleep 5
70
70
echo && echo && echo " mamonsu version:"
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
__author__ = 'Dmitry Vasilyev'
2
2
__author_email__ = '[email protected] '
3
3
__description__ = 'Monitoring agent for PostgreSQL'
4
- __version__ = '3.5.6 '
4
+ __version__ = '3.5.7 '
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.5.7-1) stable; urgency=low
2
+ * added support for Zabbix 6.4 API: handle deprecated parameters for auth request;
3
+ * removed caching of pgsql.connections[max_connections] metric;
4
+ * update default logrotate rules;
5
+
1
6
mamonsu (3.5.6-1) stable; urgency=low
2
7
* changed pg_locks plugin metrics names. Warning: custom user-defined triggers and processing functions may be broken if they use item.name parameter.;
3
8
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 3.5.6
2
+ Version: 3.5.7
3
3
Release: 1%{?dist }
4
4
Summary: Monitoring agent for PostgreSQL
5
5
Group: Applications/Internet
@@ -73,6 +73,11 @@ chown -R mamonsu.mamonsu /var/log/mamonsu
73
73
chown -R mamonsu.mamonsu /etc/mamonsu
74
74
75
75
%changelog
76
+ *
Fri Apr 5 2024 Maxim Styushin <[email protected] > - 3.5.7-1
77
+ - added support for Zabbix 6.4 API: handle deprecated parameters for auth request;
78
+ - removed caching of pgsql.connections[max_connections] metric;
79
+ - update default logrotate rules;
80
+
76
81
*
Thu Jan 11 2024 Alexandra Kuznetsova <[email protected] > - 3.5.6-1
77
82
- changed pg_locks plugin metrics names. Warning: custom user-defined triggers and processing functions may be broken if they use item.name parameter.;
78
83
Original file line number Diff line number Diff line change 1
1
!define NAME Mamonsu
2
- !define VERSION 3.5 .6
2
+ !define VERSION 3.5 .7
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