File tree Expand file tree Collapse file tree 8 files changed +15
-7
lines changed Expand file tree Collapse file tree 8 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 5757 echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
5858 id : zabbix_address
5959 - name : Edit Zabbix address in agent.conf
60- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.3.0 .conf
60+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.3.1 .conf
6161
6262 - name : Copy test scripts to container
6363 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 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.3.0 .conf
64+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.3.1 .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 @@ -45,7 +45,7 @@ if [ "${OS%:*}" = "centos" ]; then
4545 chmod -R 777 /var/log/mamonsu/
4646 sudo mkdir -p /etc/mamonsu
4747 sudo touch /etc/mamonsu/agent.conf
48- cat /mamonsu/github-actions-tests/sources/agent_3.3.0 .conf > /etc/mamonsu/agent.conf
48+ cat /mamonsu/github-actions-tests/sources/agent_3.3.1 .conf > /etc/mamonsu/agent.conf
4949 chmod -R 777 /etc/mamonsu/
5050 sudo yum -y install ./mamonsu* .rpm
5151 systemctl daemon-reload
@@ -74,7 +74,7 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
7474 chmod -R 777 /var/log/mamonsu/
7575 sudo mkdir -p /etc/mamonsu
7676 sudo touch /etc/mamonsu/agent.conf
77- cat /mamonsu/github-actions-tests/sources/agent_3.3.0 .conf > /etc/mamonsu/agent.conf
77+ cat /mamonsu/github-actions-tests/sources/agent_3.3.1 .conf > /etc/mamonsu/agent.conf
7878 chmod -R 777 /etc/mamonsu/
7979 sudo apt-get -y install ./mamonsu* .deb
8080 service mamonsu restart
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.3.0 '
4+ __version__ = '3.3.1 '
55__licence__ = 'BSD'
66
77__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change 1+ mamonsu (3.3.1-1) stable; urgency=low
2+ * fixed logrotate script;
3+ * added Server Mode metric and trigger;
4+
15mamonsu (3.3.0-1) stable; urgency=low
26 * fixed auxiliary extension schema search;
37 * fixed WAL metrics definition for native Zabbix agent;
Original file line number Diff line number Diff line change 11Name: mamonsu
2- Version: 3.3.0
2+ Version: 3.3.1
33Release: 1%{?dist }
44Summary: Monitoring agent for PostgreSQL
55Group: Applications/Internet
@@ -70,6 +70,10 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070/sbin/chkconfig --del mamonsu
7171
7272%changelog
73+ *
Wed Feb 2 2022 Alexandra Kuznetsova <[email protected] > - 3.3.1-1 74+ - fixed logrotate script;
75+ - added Server Mode metric and trigger;
76+
7377*
Mon Jan 17 2022 Alexandra Kuznetsova <[email protected] > - 3.3.0-1 7478 - fixed auxiliary extension schema search;
7579 - fixed WAL metrics definition for native Zabbix agent;
Original file line number Diff line number Diff line change 11!define NAME Mamonsu
2- !define VERSION 3.3 .0
2+ !define VERSION 3.3 .1
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