Is https monitoring supported in Zabbix 2.0.1?
I have found in official documentation that HTTPs monitoring was going to be supported in Zabbix 2.0. http://www.zabbix.com/documentation/...vice&s[]=https But when I try to get the value of net.tcp.service[https] from agent with zabbix_get I receive ZBX_NOTSUPPORTED. Howerever net.tcp.service[http] returns correct value as expected.
I have found in official documentation that HTTPs monitoring was going to be supported in Zabbix 2.0. http://www.zabbix.com/documentation/...vice&s[]=https But when I try to get the value of net.tcp.service[https] from agent with zabbix_get I receive ZBX_NOTSUPPORTED. Howerever net.tcp.service[http] returns correct value as expected.
Code:
# zabbix_get -s 11.22.33.44 -p 10050 -k "net.tcp.service[https]" ZBX_NOTSUPPORTED
Comment