dch-gw: Open Zabbix ports in the firewall
Obviously, the Zabbix agent (active and passive) ports need to be open in order for the gateway device itself to be monitored by Zabbix.jenkins-master
parent
5188250cfc
commit
ddafc09839
|
@ -85,6 +85,8 @@ allow_incoming:
|
||||||
port: bootps
|
port: bootps
|
||||||
- protocol: tcp
|
- protocol: tcp
|
||||||
port: ssh
|
port: ssh
|
||||||
|
- protocol: tcp
|
||||||
|
port: 10050
|
||||||
|
|
||||||
|
|
||||||
allow_outgoing:
|
allow_outgoing:
|
||||||
|
@ -106,5 +108,7 @@ allow_outgoing:
|
||||||
port: domain
|
port: domain
|
||||||
- protocol: udp
|
- protocol: udp
|
||||||
port: ntp
|
port: ntp
|
||||||
|
- protocol: tcp
|
||||||
|
port: 10051
|
||||||
|
|
||||||
trace_dropped: true
|
trace_dropped: true
|
||||||
|
|
Loading…
Reference in New Issue