Using Zabbix 3.0.3, official rpm build on CentOS 7, and for some servers HTTPS check (stock Template) is not working, and for some does.
Remote server does run Apache on https/443 port, telnet from Zabbix works to remote server, I can see in Apache ssl logs successful accesses from Zabbix server, but still it triggers as https is down:
[ commands ran from zabbix server]
$ zabbix_get -s 192.168.0.22 -k "net.tcp.service[https]"
0
$ telnet 192.168.0.22 https
Trying 192.168.0.22...
Connected to 192.168.0.22.
Escape character is '^]'.
Apache logs on 192.168.0.22 shows
192.168.0.14 - - [28/Aug/2016:13:31:53] "HEAD / HTTP/1.1" 200 -
Strange thing is that same HTTPS check works for some servers without issues. Also, firewall is not deployed at all.
Any thoughts?
Thanks
Remote server does run Apache on https/443 port, telnet from Zabbix works to remote server, I can see in Apache ssl logs successful accesses from Zabbix server, but still it triggers as https is down:
[ commands ran from zabbix server]
$ zabbix_get -s 192.168.0.22 -k "net.tcp.service[https]"
0
$ telnet 192.168.0.22 https
Trying 192.168.0.22...
Connected to 192.168.0.22.
Escape character is '^]'.
Apache logs on 192.168.0.22 shows
192.168.0.14 - - [28/Aug/2016:13:31:53] "HEAD / HTTP/1.1" 200 -
Strange thing is that same HTTPS check works for some servers without issues. Also, firewall is not deployed at all.
Any thoughts?
Thanks
Comment