Skip to content

Commit

Permalink
update to xenial
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Schoechlin committed Aug 7, 2019
1 parent 4c89cd8 commit aa0a169
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_test
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ REL="3.4.15-1+bionic"
set -x
sudo dpkg -P zabbix-agent-extensions zabbix-agent
sudo rm -rf /etc/zabbix_* /var/log/zabbix /var/run/zabbix zabbix-agent_*.deb zabbix-get_*.deb
wget -c "http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix/zabbix-agent_${REL}_amd64.deb"
wget -c "http://repo.zabbix.com/zabbix/3.2/ubuntu/pool/main/z/zabbix/zabbix-get_${REL}_amd64.deb"
wget -c "http://repo.zabbix.com/zabbix/3.4/ubuntu/pool/main/z/zabbix/zabbix-agent_${REL}_amd64.deb"
wget -c "http://repo.zabbix.com/zabbix/3.4/ubuntu/pool/main/z/zabbix/zabbix-get_${REL}_amd64.deb"
sudo killall -KILL zabbix_agentd
sudo dpkg -i zabbix-agent_*.deb zabbix-get_*.deb
sudo sed -i '~s,# DebugLevel.*,DebugLevel=2,' /etc/zabbix/zabbix_agentd.conf
Expand Down

0 comments on commit aa0a169

Please sign in to comment.