Using Zabbix version 7.4 and Zabbix agent 2 on relevant Linux hosts.
I have a situation where I need to monitor certs on servers that are not accessible via endpoint. In other words, I have to read the certificate file.
Ideally, I want to use native Zabbix functionality and not have to make changes to Zabbix conf files for allowkeys that would use openssl or similar.
Server side, they are all .pem files, so I imagined reading the files and then doing JavaScript preprocessing was the only way to do this, but I don't think Duktape has the libraries to achieve this.
I am not sure where to go from here and would appreciate any wisdom.
I have a situation where I need to monitor certs on servers that are not accessible via endpoint. In other words, I have to read the certificate file.
Ideally, I want to use native Zabbix functionality and not have to make changes to Zabbix conf files for allowkeys that would use openssl or similar.
Server side, they are all .pem files, so I imagined reading the files and then doing JavaScript preprocessing was the only way to do this, but I don't think Duktape has the libraries to achieve this.
I am not sure where to go from here and would appreciate any wisdom.
Comment