Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Schöchlin committed Apr 15, 2023
1 parent a8563a5 commit 391ec8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: bash
dist: focal
dist: jammy
sudo: required
before_install:
- sudo apt-get update
Expand Down
4 changes: 2 additions & 2 deletions ci_test
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ set -x
set -e
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 "https://repo.zabbix.com/zabbix/5.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_5.4-1%2Bubuntu20.04_all.deb"
sudo dpkg -i zabbix-release_5.4-1+ubuntu20.04_all.deb
wget -c "https://repo.zabbix.com/zabbix/6.2/ubuntu/pool/main/z/zabbix-release/zabbix-release_6.2-4+ubuntu20.04_all.deb"
sudo dpkg -i zabbix-release_6.2-4+ubuntu20.04_all.deb
sudo apt-get update -y
sudo apt-get install zabbix-agent zabbix-get -y
sudo sed -i '~s,# DebugLevel.*,DebugLevel=2,' /etc/zabbix/zabbix_agentd.conf
Expand Down

0 comments on commit 391ec8f

Please sign in to comment.