I have a bunch of servers running all kind of services, databases, web servers, message queues and so on, some servers hosts multiple services. Most of these services are SSL based, and you know, certificates expire.
So I have made a small script to fetch the SSL expire date of a IP+port combo.
Get get this into zabbix I have to create an item and two triggers (cert expired and no-response) - for each service.
I would like to bundle my item and the two triggers into a "concept" of sort. Templates could have been the thing I'm looking for, but it doesn't seem meaningful to add a template several times on the same server.
Can this be done with zabbix? Where should I look in the manual? What are the keywords to search?
I'm running zabbix 4.2 in a docker environment.
So I have made a small script to fetch the SSL expire date of a IP+port combo.
Get get this into zabbix I have to create an item and two triggers (cert expired and no-response) - for each service.
I would like to bundle my item and the two triggers into a "concept" of sort. Templates could have been the thing I'm looking for, but it doesn't seem meaningful to add a template several times on the same server.
Can this be done with zabbix? Where should I look in the manual? What are the keywords to search?
I'm running zabbix 4.2 in a docker environment.
Comment