Hello all,
i am a newbe at zabbix (v2.0.8). and read already many items for checking the expiring date of a certificate.
i made the folowing script "email.sh" on the server:
ssl-cert-check -s email.sutfene.nl -p 443 -n | sed 's/ */ /g' | cut -f2 -d=
it is placed in /var/lib/zabbix/bin and user zabbix can run it. it returns a value let's say 500 which is in days.
it is based on the post of Alixen https://www.zabbix.com/forum/showthread.php?t=15694
in zabbix frontend i made an item based on a host??? as attached
but it doesnt display any results. What am i doing wrong.
i am a newbe at zabbix (v2.0.8). and read already many items for checking the expiring date of a certificate.
i made the folowing script "email.sh" on the server:
ssl-cert-check -s email.sutfene.nl -p 443 -n | sed 's/ */ /g' | cut -f2 -d=
it is placed in /var/lib/zabbix/bin and user zabbix can run it. it returns a value let's say 500 which is in days.
it is based on the post of Alixen https://www.zabbix.com/forum/showthread.php?t=15694
in zabbix frontend i made an item based on a host??? as attached
but it doesnt display any results. What am i doing wrong.
Comment