File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
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.1 .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
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.1 .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
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.1 .conf > /etc/mamonsu/agent.conf
48+ cat /mamonsu/github-actions-tests/sources/agent_3.0.2 .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.1 .conf > /etc/mamonsu/agent.conf
77+ cat /mamonsu/github-actions-tests/sources/agent_3.0.2 .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 22%{! ?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
33
44Name: mamonsu
5- Version: 3.0.1
5+ Version: 3.0.2
66Release: 1%{?dist }
77Summary: Monitoring agent for PostgreSQL
88Group: Applications/Internet
Original file line number Diff line number Diff line change 11Name: mamonsu
2- Version: 3.0.1
2+ Version: 3.0.2
33Release: 1%{?dist }
44Summary: Monitoring agent for PostgreSQL
55Group: Applications/Internet
Original file line number Diff line number Diff line change 11%define _datarootdir %{_prefix }/share
22Name: mamonsu
3- Version: 3.0.1
3+ Version: 3.0.2
44Release: 1%{?dist }
55Summary: Monitoring agent for PostgreSQL
66Group: Applications/Internet
You can’t perform that action at this time.
0 commit comments