- fix provisioners - move inline to scripts - fix scripts

This commit is contained in:
Vassiliy Yegorov
2019-07-13 15:01:13 +07:00
parent 571774344d
commit 5ce0c01eca
5 changed files with 25 additions and 28 deletions

View File

@@ -6,4 +6,10 @@ sudo dpkg -i zabbix-release_4.0-2+bionic_all.deb
sudo apt-get update
sudo apt-get install mc htop -y
sudo apt install zabbix-agent -y
sudo service zabbix-agent start
sudo cp ~/zabbix_agentd.conf /etc/zabbix/
sudo service zabbix-agent restart
sudo update-rc.d zabbix-agent enable
sudo apt install nginx -y
sudo systemctl enable nginx
sudo systemctl start nginx