- dns for agent

- del count instances
- fix script for agent
- fix vps.tf
This commit is contained in:
Vassiliy Yegorov
2019-07-13 12:10:24 +07:00
parent 0ef4cade94
commit f9dd4f2f4b
7 changed files with 431 additions and 16 deletions

View File

@@ -6,7 +6,9 @@ sudo apt update
sudo apt install zabbix-server-mysql -y
sudo apt install zabbix-frontend-php -y
sudo apt install git -y
sudo apt install zabbix-agent -y
sudo apt install git curl php-curl mc htop -y
sudo mysql -uroot -e "create database zabbix character set utf8 collate utf8_bin;"
sudo mysql -uroot -e "grant all privileges on zabbix.* to zabbix@localhost identified by 'V7F4Uj12dcn5WAu';"