Initial commit
This commit is contained in:
7
scripts/setupagent.sh
Executable file
7
scripts/setupagent.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
sudo wget https://repo.zabbix.com/zabbix/4.0/ubuntu/pool/main/z/zabbix-release/zabbix-release_4.0-2+bionic_all.deb
|
||||
sudo dpkg -i zabbix-release_4.0-2+bionic_all.deb
|
||||
sudo apt-get update
|
||||
sudo apt install zabbix-agent -y
|
||||
sudo service zabbix-agent start
|
Reference in New Issue
Block a user