Hello,
I have some hosts behind zabbix proxy. In template for zabbix_proxy I defined item zabbix[proxy,<proxy_name>,lastaccess] with trigger zabbix[proxy,<proxy_name>,lastaccess].fuzzytime(180)}=0 for checking hearbeat of proxy.
<proxy_name> is the name of proxy.
In another template for linux servers I defined item for check of agent availability -- agent.ping with trigger agent.ping.nodata(180)}=1
Now I need to ensure: if proxy won't be available,then don't activate trigger in linux template agent.ping.nodata(180)}=1
Unfortunately trigger dependencies between templates are not allowed.Is there any workaround?
Thank you
I have some hosts behind zabbix proxy. In template for zabbix_proxy I defined item zabbix[proxy,<proxy_name>,lastaccess] with trigger zabbix[proxy,<proxy_name>,lastaccess].fuzzytime(180)}=0 for checking hearbeat of proxy.
<proxy_name> is the name of proxy.
In another template for linux servers I defined item for check of agent availability -- agent.ping with trigger agent.ping.nodata(180)}=1
Now I need to ensure: if proxy won't be available,then don't activate trigger in linux template agent.ping.nodata(180)}=1
Unfortunately trigger dependencies between templates are not allowed.Is there any workaround?
Thank you
Comment