Hello,
Running Zabbix 6.0.1
I am trying to translate a macro to a variable as the image below shows. However, when I test my Item I receive the following error
We're trying to monitor SSL certificates using a template, and without having to specify the CERT.WEBSITE.HOSTNAME for every site. Conveniently our HOST.NAME are named foobar-XXX.domain.com
I would wish that {$CERT.WEBSITE.HOSTNAME} should resolve itself to {HOST.NAME}, but no.
Running Zabbix 6.0.1
I am trying to translate a macro to a variable as the image below shows. However, when I test my Item I receive the following error
Invalid parameters: parse "https://{HOST.NAME}": invalid character "{" in host name.
I would wish that {$CERT.WEBSITE.HOSTNAME} should resolve itself to {HOST.NAME}, but no.
HTML Code:
web.certificate.get[{$CERT.WEBSITE.HOSTNAME},{$CERT.WEBSITE.PORT},{$CERT.WEBSITE.IP}]
Comment