I am doing a simple check to check if https is up. I am running it from the Zabbix Host against a different server. If I supply the ip address it works fine but if I substitute with dns name it cannot connect.
Something like this:
net.tcp.service[https,"8.8.8.8",443]
net.tcp.service[https,"google.com",443]
If I log onto the Zabbix host and ping the dns name it resolves correctly. For what is is worth we have hosts setup in the system that are referenced by dns (rather than ip) also.
Any suggestions would be appreciated
Thx
Something like this:
net.tcp.service[https,"8.8.8.8",443]

net.tcp.service[https,"google.com",443]

If I log onto the Zabbix host and ping the dns name it resolves correctly. For what is is worth we have hosts setup in the system that are referenced by dns (rather than ip) also.
Any suggestions would be appreciated
Thx