Commit 3e3c3914 authored by devteam's avatar devteam

Update README.md

parent 9d0e630e
......@@ -2,4 +2,9 @@
### Instalação zabbix-agent2
```
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>
```
###ZABBIX iptables
```
-A INPUT -s 10.0.0.0/8 -p tcp -m state -m tcp --dport 10050:10053 --state NEW -j ACCEPT
```
\ 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