Hi all,
We are using Zabbix 5.0 LTS with all hosts running agent 2.
I am working on setting up Docker monitoring using this template: https://git.zabbix.com/projects/ZBX/...at=release/5.0
As some containers are more critical than others, I would like to create different triggers based on the container name. E.g. If any containers with name 'abc*" go down generate 'critical' alert. If any container with name 'xyz*' are down, generate 'warning' alert.
What would be the best approach to achieve this?
Thank you!
We are using Zabbix 5.0 LTS with all hosts running agent 2.
I am working on setting up Docker monitoring using this template: https://git.zabbix.com/projects/ZBX/...at=release/5.0
As some containers are more critical than others, I would like to create different triggers based on the container name. E.g. If any containers with name 'abc*" go down generate 'critical' alert. If any container with name 'xyz*' are down, generate 'warning' alert.
What would be the best approach to achieve this?
Thank you!
Comment