Zabbix Server and Agent 5.0.5
Ubuntu 16.04
I currently have a script that will provide me the amount of days before expiration of the SSL certificates on my web servers.
system.run[/home/zabbix/checkssl.sh web.domain.local]
I am trying to understand if there is an easier way to not have to create multiple items and triggers for each web server instance I want to monitor and provide me the name of the server that is nearing expiration?
My coding knowledge is very basic and I was thinking maybe macros would help? But I honestly just don't know...
Ubuntu 16.04
I currently have a script that will provide me the amount of days before expiration of the SSL certificates on my web servers.
system.run[/home/zabbix/checkssl.sh web.domain.local]
I am trying to understand if there is an easier way to not have to create multiple items and triggers for each web server instance I want to monitor and provide me the name of the server that is nearing expiration?
My coding knowledge is very basic and I was thinking maybe macros would help? But I honestly just don't know...
Comment