Hi, i'm using template fortigate by http to monitor a Fortigate600E.
Everything works fine with default port 443.
I'd like to change default port from 443 to 9443.
FortigateSide: System-> Settings-> HTTPS port -> 9443
ZabbixSide: {$FGATE.API.PORT} macro defined at host level in Zabbix -> 9443
This didn't work.
From Centos ( zabbix server ) i can reach the port -> nc -z -v x.x.x.x 9443
Additionally:
I can't snif any packet produced by Zabbix server with port 9443
I can snif the packet produced by Centos (Zabbix's server) with this command -> nc -z -v x.x.x.x 9443
Everything works fine with default port 443.
I'd like to change default port from 443 to 9443.
FortigateSide: System-> Settings-> HTTPS port -> 9443
ZabbixSide: {$FGATE.API.PORT} macro defined at host level in Zabbix -> 9443
This didn't work.
From Centos ( zabbix server ) i can reach the port -> nc -z -v x.x.x.x 9443
Additionally:
I can't snif any packet produced by Zabbix server with port 9443
I can snif the packet produced by Centos (Zabbix's server) with this command -> nc -z -v x.x.x.x 9443
Comment