File tree 7 files changed +7
-7
lines changed
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 51
51
echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
52
52
id : zabbix_address
53
53
- 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
55
55
56
56
- name : Copy test scripts to container
57
57
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 51
51
echo "::set-output name=zabbix_address::$(hostname -I | awk '{print $1}')"
52
52
id : zabbix_address
53
53
- 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
55
55
56
56
- name : Copy test scripts to container
57
57
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
45
45
chmod -R 777 /var/log/mamonsu/
46
46
sudo mkdir -p /etc/mamonsu
47
47
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
49
49
chmod -R 777 /etc/mamonsu/
50
50
sudo yum -y install ./mamonsu* .rpm
51
51
systemctl daemon-reload
@@ -74,7 +74,7 @@ elif [ "${OS%:*}" = "ubuntu" ]; then
74
74
chmod -R 777 /var/log/mamonsu/
75
75
sudo mkdir -p /etc/mamonsu
76
76
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
78
78
chmod -R 777 /etc/mamonsu/
79
79
sudo apt-get -y install ./mamonsu* .deb
80
80
service mamonsu restart
File renamed without changes.
Original file line number Diff line number Diff line change 2
2
%{! ?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
3
3
4
4
Name: mamonsu
5
- Version: 3.0.1
5
+ Version: 3.0.2
6
6
Release: 1%{?dist }
7
7
Summary: Monitoring agent for PostgreSQL
8
8
Group: Applications/Internet
Original file line number Diff line number Diff line change 1
1
Name: mamonsu
2
- Version: 3.0.1
2
+ Version: 3.0.2
3
3
Release: 1%{?dist }
4
4
Summary: Monitoring agent for PostgreSQL
5
5
Group: Applications/Internet
Original file line number Diff line number Diff line change 1
1
%define _datarootdir %{_prefix }/share
2
2
Name: mamonsu
3
- Version: 3.0.1
3
+ Version: 3.0.2
4
4
Release: 1%{?dist }
5
5
Summary: Monitoring agent for PostgreSQL
6
6
Group: Applications/Internet
You can’t perform that action at this time.
0 commit comments