Replies: 1 comment 5 replies
-
Try testing it from zabbix user:
May be your zabbix user is somehow limited in execution of the script or in making network connections. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I just started using this with our Zabbix server to check several of our website certs. For the sites on default tcp 443, it works great. I have the item key as
ssl_cert_check_expire[site1.mydomain.com]
, and for values I get the days until the cert expires, as expected. However I've tried a couple on non-standard ports, and all I get is the "Value "-65535 ERROR: Failed to get certificate". For these, I've tried item keys like:ssl_cert_check_expire[site2.mydomain.com,5601]
. If I run it manually from the host, it works fine:Note that I'm actually using our valid domains - I'm just putting mydomain.com here as examples. As far as I can tell, that second item key should work. I'm not sure what I'm missing. Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions