zabbix: debugging iptables config
- add zabbix agent to RabbitMQ hosts Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
837a1283b2
commit
beb09a8835
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
- base
|
||||
- rkhunter
|
||||
- nagios_client
|
||||
- {role: zabbix/zabbix_agent, when: env == "staging"}
|
||||
- zabbix/zabbix_agent
|
||||
- hosts
|
||||
- ipa/client
|
||||
- collectd/base
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
-A INPUT -p tcp -m tcp --dport 5666 -s 38.145.60.15 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp --dport 5666 -s 10.3.163.10 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp --dport 5666 -s 10.3.166.10 -j ACCEPT
|
||||
# zabbix01.stg
|
||||
# zabbix01
|
||||
-A INPUT -p tcp -m tcp --dport 10051 -j ACCEPT
|
||||
-A INPUT -p tcp -m tcp --dport 10050 -s 10.3.163.198 -j ACCEPT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue