Commit 5d284250 authored by devteam's avatar devteam

Update README.md

parent dedbc850
......@@ -4,6 +4,11 @@
curl -fsSL https://git.usb.org.br/infra/zabbix/raw/master/zabbix_v2/Centos%207/agent2/zabbix_install.sh | bash -s -- <IP_PROXY> <SERVER_NAME>
```
### Instalação zabbix-agent2 com repositorio
```
curl -fsSL https://git.usb.org.br/infra/zabbix/raw/master/zabbix_v2/Centos%207/agent2/zabbix_install_with_repo.sh | bash -s -- <IP_PROXY> <SERVER_NAME>
```
###ZABBIX iptables
```
-A INPUT -s 10.0.0.0/8 -p tcp -m state -m tcp --dport 10050:10053 --state NEW -j ACCEPT
......
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