Hi,
I have a zabbix server and zabbix active agents and I want them to use port 443 for all zabbix traffic. The problem is if I put 'ServerPort=443' in the zabbix_agentd configuration I get an error 'zabbix_agentd [9561]: Wrong value of [ServerPort] in line 6'.
How can I force zabbix agent to actively send data through port 443 even if it means running it as root / hacking the source?
I figured I could make a NAT on the server side to change back the 443 port to 10051 but I can't do any NAT on the agents side.
Thanks in advance for the help.
I have a zabbix server and zabbix active agents and I want them to use port 443 for all zabbix traffic. The problem is if I put 'ServerPort=443' in the zabbix_agentd configuration I get an error 'zabbix_agentd [9561]: Wrong value of [ServerPort] in line 6'.
How can I force zabbix agent to actively send data through port 443 even if it means running it as root / hacking the source?
I figured I could make a NAT on the server side to change back the 443 port to 10051 but I can't do any NAT on the agents side.
Thanks in advance for the help.