You need to sign in or sign up before continuing.
Commit d0768ce1 authored by devteam's avatar devteam

Update README.md

parent ae3ee000
......@@ -7,3 +7,22 @@
```
curl -fsSL https://git.usb.org.br/infra/zabbix/raw/master/zabbix_v2/Xen/zabbix_install_with_repo.sh | bash -s -- <IP_PROXY> <SERVER_NAME>
```
> Adicione a liberação da porta 10050 antes das regras de bloqueio dentro do arquivo "/etc/sysconfig/iptables"
```
# Zabbix-Agent
-A RH-Firewall-1-INPUT -s 10.11.0.0/22 -m conntrack --ctstate NEW -m tcp -p tcp --dport 10050 -j ACCEPT
```
> Reinicie o iptables
```
systemctl restart iptables
```
> Adicione o host no zabbix onde o "Host name" é igual ao <SERVER_NAME> adicionado no script
> Nas interfaces adicione o IP do host do XEN
> Coloque o Devido proxy para fazer o monitoramento e clique adicionar
> Feito isso as configurações estão prontas, só aguardar o servidor sincronizar e carregar os dados.
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment