Hello,
Zabbix server is centOS 7, recently upgraded from 2.4.3 to 2.4.6
I have an odd issue that cropped up last night ... it looks like my upgrade of zabbix server broke an https test, and I am scratching my head to find out why.
I have an item like this:
net.tcp.service[https,192.168.100.100,443]
This device [IP address] happens to be an HP MSL tape library with a network web interface. I'm probing the availability of the https web interfaces as inaccessibility of this is usually an indicator that the hardware has stopped working. The device has a vendor supplied self-signed certificate.
Prior to upgrade, this test was working fine. Right after upgrade, the test fails. I was running this as "Zabbix agent" check (using zabbix server address) and changed it to simple check, same result.
I tested the device with openssl s_client, and it gets back a connection and certificate. I am also able to get to the login page using curl --insecure, etc.
I haven't tested against another existing 2.4.3 agent ... I'll try that next. I could also try using a web scenario, but thought that it was overkill to do such for a simple up/down service test that I need.
Is this something expected or perhaps broke between 2.4.3 and 2.4.6?
Zabbix server is centOS 7, recently upgraded from 2.4.3 to 2.4.6
I have an odd issue that cropped up last night ... it looks like my upgrade of zabbix server broke an https test, and I am scratching my head to find out why.
I have an item like this:
net.tcp.service[https,192.168.100.100,443]
This device [IP address] happens to be an HP MSL tape library with a network web interface. I'm probing the availability of the https web interfaces as inaccessibility of this is usually an indicator that the hardware has stopped working. The device has a vendor supplied self-signed certificate.
Prior to upgrade, this test was working fine. Right after upgrade, the test fails. I was running this as "Zabbix agent" check (using zabbix server address) and changed it to simple check, same result.
I tested the device with openssl s_client, and it gets back a connection and certificate. I am also able to get to the login page using curl --insecure, etc.
I haven't tested against another existing 2.4.3 agent ... I'll try that next. I could also try using a web scenario, but thought that it was overkill to do such for a simple up/down service test that I need.
Is this something expected or perhaps broke between 2.4.3 and 2.4.6?
Comment