Hello everyone,
I set up the template Template SSL Cert Check External located here: https://www.zabbix.org/wiki/Docs/how...tificate_check
Problem , I have put together the number of days remaining in my zabbix the first time , but after I get errors and nothing more .
/var/log/zabbix/zabbix_server.log
I tried to move external scripts in / bin , to the owner zabbix user .. always the same mistake .
I've done a chmod + x on the scripts ...
The script works fine in bash.
Any ideas ?
Thanks
Zabbix 3.0.1 on Debian Jessie
I set up the template Template SSL Cert Check External located here: https://www.zabbix.org/wiki/Docs/how...tificate_check
Problem , I have put together the number of days remaining in my zabbix the first time , but after I get errors and nothing more .
/var/log/zabbix/zabbix_server.log
Code:
21956:20160316:112033.084 item "mincen:zext_ssl_cert.sh[-d,{HOST.CONN},{$SSL_PORT},{$SNI}]" became supported
21957:20160316:112332.992 item "mincen:zext_ssl_cert.sh[-d,{HOST.CONN},{$SSL_PORT},{$SNI}]" became not supported: Received value [sed: couldn't write 64 items to stdout: Broken (pipe)402] is not suitable for value type [Numeric (float)]
21957:20160316:113526.538 item "intranet:zext_ssl_cert.sh[-d,{HOST.CONN},{$SSL_PORT},{$SNI}]" became not supported: Received value [sed: couldn't write 64 items to stdout: Broken (pipe)219] is not suitable for value type [Numeric (float)]
I've done a chmod + x on the scripts ...
The script works fine in bash.
Any ideas ?
Thanks
Zabbix 3.0.1 on Debian Jessie

Comment