File tree Expand file tree Collapse file tree 8 files changed +21
-7
lines changed Expand file tree Collapse file tree 8 files changed +21
-7
lines changed Original file line number Diff line number Diff line change 6161 echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
6262 id : zabbix_address
6363 - name : Edit Zabbix address in agent.conf
64- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.1 .conf
64+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.2 .conf
6565
6666 - name : Copy test scripts to container
6767 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 6565 echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
6666 id : zabbix_address
6767 - name : Edit Zabbix address in agent.conf
68- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.1 .conf
68+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.5.2 .conf
6969
7070 - name : Copy test scripts to container
7171 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
4141 python3 setup.py build && python3 setup.py install
4242 make rpm
4343 sudo rpm -i ./mamonsu* .rpm
44- cat /mamonsu/github-actions-tests/sources/agent_3.5.1 .conf > /etc/mamonsu/agent.conf
44+ cat /mamonsu/github-actions-tests/sources/agent_3.5.2 .conf > /etc/mamonsu/agent.conf
4545 systemctl daemon-reload
4646 systemctl restart mamonsu
4747 sleep 5
@@ -64,7 +64,7 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
6464 python3 setup.py build && python3 setup.py install
6565 make deb
6666 sudo dpkg -i ./mamonsu* .deb
67- cat /mamonsu/github-actions-tests/sources/agent_3.5.1 .conf > /etc/mamonsu/agent.conf
67+ cat /mamonsu/github-actions-tests/sources/agent_3.5.2 .conf > /etc/mamonsu/agent.conf
6868 service mamonsu restart
6969 sleep 5
7070 echo && echo && echo " mamonsu version:"
File renamed without changes.
Original file line number Diff line number Diff line change 11__author__ = 'Dmitry Vasilyev'
22__author_email__ = '[email protected] ' 33__description__ = 'Monitoring agent for PostgreSQL'
4- __version__ = '3.5.1 '
4+ __version__ = '3.5.2 '
55__licence__ = 'BSD'
66
77__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change 1+ mamonsu (3.5.2-1) stable; urgency=low
2+ * fixed Statements plugin list of metrics creation;
3+ * fixed Zabbix API requests to fit new Dashboard Template section rules;
4+ * fixed Replication plugin metrics - null values are now taken into account;
5+ * added new autovacuum utilization metrics: instant and average per 5, 15 and 30 minutes;
6+ * moved plugin custom parameters to Zabbix Macros;
7+
18mamonsu (3.5.1-1) stable; urgency=low
29 * fixed delta speed metrics evaluation;
310
Original file line number Diff line number Diff line change 11Name: mamonsu
2- Version: 3.5.1
2+ Version: 3.5.2
33Release: 1%{?dist }
44Summary: Monitoring agent for PostgreSQL
55Group: Applications/Internet
@@ -73,6 +73,13 @@ chown -R mamonsu.mamonsu /var/log/mamonsu
7373chown -R mamonsu.mamonsu /etc/mamonsu
7474
7575%changelog
76+ *
Tue Aug 16 2022 Alexandra Kuznetsova <[email protected] > - 3.5.2-1 77+ - fixed Statements plugin list of metrics creation;
78+ - fixed Zabbix API requests to fit new Dashboard Template section rules;
79+ - fixed Replication plugin metrics - null values are now taken into account;
80+ - added new autovacuum utilization metrics: instant and average per 5, 15 and 30 minutes;
81+ - moved plugin custom parameters to Zabbix Macros;
82+
7683*
Fri Jul 29 2022 Alexandra Kuznetsova <[email protected] > - 3.5.1-1 7784 - fixed delta speed metrics evaluation;
7885
Original file line number Diff line number Diff line change 11!define NAME Mamonsu
2- !define VERSION 3.5 .1
2+ !define VERSION 3.5 .2
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"
You can’t perform that action at this time.
0 commit comments