forked from infra/ansible
zabbix: open port 10051 so agents can talk to servers
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
12725e170a
commit
ccc038e3d4
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ nagios_Check_Services:
|
|||
num_cpus: 4
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
tcp_ports: [80, 443]
|
||||
tcp_ports: [80, 443, 10051]
|
||||
notes: Test instanec for zabbix server
|
||||
zabbix_matrix_roomid: "!ypZEUFVkgStvzXNAnr:matrix.org"
|
||||
zabbix_base_hostgroups:
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ nagios_Check_Services:
|
|||
num_cpus: 2
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
tcp_ports: [80, 443]
|
||||
tcp_ports: [80, 443, 10051]
|
||||
notes: Test instance for zabbix server
|
||||
zabbix_stg_matrix_roomid: "!dODrizXNtqWjiylAyh:fedora.im"
|
||||
zabbix_base_hostgroups:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue