Hi
Zabbix 6
Red Hat. Firewall off for testing
This simple check is not working, it always return 0.
net.tcp.service[https,x.x.x.x,10443] or net.tcp.service[tcp,x.x.x.x,10443]
There is a web in that port that is up and working. I have try other ports (6443, 5443...) with same result.
This configuration is working, it's returning 1.
net.tcp.service[https,x.x.x.x,443] or net.tcp.service[tcp,x.x.x.x,443]
From the host I can ping the ip, telnet ports, and curl both webs.
There is nothing on zabbix logs related to port 10443, it's like zabbix is not doing anything.
Do I need to make an special configuration on zabbix6 to monitor "non-standard" ports?
Thanks!
Zabbix 6
Red Hat. Firewall off for testing
This simple check is not working, it always return 0.
net.tcp.service[https,x.x.x.x,10443] or net.tcp.service[tcp,x.x.x.x,10443]
There is a web in that port that is up and working. I have try other ports (6443, 5443...) with same result.
This configuration is working, it's returning 1.
net.tcp.service[https,x.x.x.x,443] or net.tcp.service[tcp,x.x.x.x,443]
From the host I can ping the ip, telnet ports, and curl both webs.
There is nothing on zabbix logs related to port 10443, it's like zabbix is not doing anything.
Do I need to make an special configuration on zabbix6 to monitor "non-standard" ports?
Thanks!
Comment