Setup Zabbix 5.4 on Red Hat Linux Enterprise, love it btw, and seem unable to check most ports.
HTTP, HTTPS, and FTP checks seem to work but all other ports I've checked are not working.
For example, I have another RHEL server on the same subnet as my Zabbix server that is open on ports 22, 80, 111, & 443
When I perform a simple check net.tcp.service[ssh] or net.tcp.service[tcp,,22] I get a 0 returned.
If I login to the Zabbix server OS and simply SSH to the other RHEL server in question is works just fine meaning the Zabbix server's OS can communicate over port 22.
Is there something in the Zabbix-server.conf or other configuration setting I need to enable for net.tcp.service to work?
More details
net.tcp.service[tcp,,80] - works
net.tcp.service[tcp,,21] - works
net.tcp.service[tcp,,22] - does not work
net.tcp.service[tcp,,111] - does not work
net.tcp.service[tcp,,443] - works
net.tcp.service[tcp,,8080] - does not work

HTTP, HTTPS, and FTP checks seem to work but all other ports I've checked are not working.
For example, I have another RHEL server on the same subnet as my Zabbix server that is open on ports 22, 80, 111, & 443
When I perform a simple check net.tcp.service[ssh] or net.tcp.service[tcp,,22] I get a 0 returned.
If I login to the Zabbix server OS and simply SSH to the other RHEL server in question is works just fine meaning the Zabbix server's OS can communicate over port 22.
Is there something in the Zabbix-server.conf or other configuration setting I need to enable for net.tcp.service to work?
More details
net.tcp.service[tcp,,80] - works
net.tcp.service[tcp,,21] - works
net.tcp.service[tcp,,22] - does not work
net.tcp.service[tcp,,111] - does not work
net.tcp.service[tcp,,443] - works
net.tcp.service[tcp,,8080] - does not work
Comment