File tree Expand file tree Collapse file tree 7 files changed +24
-6
lines changed Expand file tree Collapse file tree 7 files changed +24
-6
lines changed Original file line number Diff line number Diff line change 5151 echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
5252 id : zabbix_address
5353 - name : Edit Zabbix address in agent.conf
54- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.0.2 .conf
54+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.1.0 .conf
5555
5656 - name : Copy test scripts to container
5757 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 5151 echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
5252 id : zabbix_address
5353 - name : Edit Zabbix address in agent.conf
54- run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.0.2 .conf
54+ run : sed -i "s/\(address *= *\).*/\1 ${{ steps.zabbix_address.outputs.zabbix_address }}/" ${{ env.MAMONSU_PATH }}/github-actions-tests/sources/agent_3.1.0 .conf
5555
5656 - name : Copy test scripts to container
5757 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.0.2 .conf > /etc/mamonsu/agent.conf
48+ cat /mamonsu/github-actions-tests/sources/agent_3.1.0 .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.0.2 .conf > /etc/mamonsu/agent.conf
77+ cat /mamonsu/github-actions-tests/sources/agent_3.1.0 .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__ = 'info@postgrespro.ru'
33__description__ = 'Monitoring agent for PostgreSQL'
4- __version__ = '3.0.2 '
4+ __version__ = '3.1.0 '
55__licence__ = 'BSD'
66
77__url__ = 'https://github.com/postgrespro/mamonsu'
Original file line number Diff line number Diff line change 1+ mamonsu (3.1.0-1) stable; urgency=low
2+ * fixed unknown options check in mamonsu tools;
3+ * fixed item units with Speed Per Second delta;
4+ * fixed item Total Replication Lag delta evaluation;
5+ * fixed slave replication lag evaluation;
6+ * fixed Walreceiver Lag items name generation;
7+ * set 'dbname' bootstrap parameter required;
8+ * refactoring;
9+
110mamonsu (3.0.2-1) stable; urgency=low
211 * fixed Archive Command bootstrap functions;
312 * fixed Archive Command plugin compability with PostgreSQL 9.6 and lower;
Original file line number Diff line number Diff line change 11Name: mamonsu
2- Version: 3.0.2
2+ Version: 3.1.0
33Release: 1%{?dist }
44Summary: Monitoring agent for PostgreSQL
55Group: Applications/Internet
@@ -70,6 +70,15 @@ chown mamonsu.mamonsu /var/log/mamonsu
7070/sbin/chkconfig --del mamonsu
7171
7272%changelog
73+ * Mon Oct 18 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.1.0-1
74+ - fixed unknown options check in mamonsu tools;
75+ - fixed item units with Speed Per Second delta;
76+ - fixed item Total Replication Lag delta evaluation;
77+ - fixed slave replication lag evaluation;
78+ - fixed Walreceiver Lag items name generation;
79+ - set 'dbname' bootstrap parameter required;
80+ - refactoring;
81+
7382* Mon Oct 11 2021 Alexandra Kuznetsova <a.kuznetsova@postgrespro.ru> - 3.0.2-1
7483 - fixed Archive Command bootstrap functions;
7584 - fixed Archive Command plugin compability with PostgreSQL 9.6 and lower;
You can’t perform that action at this time.
0 commit comments