Hi,
I defined a template "Heartbeat", with 2 triggers called "running as standby" and "running as master".
And another one called "MySoftware", linked with "Heartbeat", with a trigger called "process X not running"
I want my trigger about process X to generate alerts only when my host is running as master.
In MySoftware, I thus create a dependency like :
"process X not running" depends on "Heartbeat:running as standby".
I get a Zabbix error :
ERROR: Cannot update trigger
Template_Heartbeat is not the highest level template
Is it possible to do that ? Having 2 triggers depends on eachother if they are not on the same level ?
Thanks in advance for your help
I defined a template "Heartbeat", with 2 triggers called "running as standby" and "running as master".
And another one called "MySoftware", linked with "Heartbeat", with a trigger called "process X not running"
I want my trigger about process X to generate alerts only when my host is running as master.
In MySoftware, I thus create a dependency like :
"process X not running" depends on "Heartbeat:running as standby".
I get a Zabbix error :
ERROR: Cannot update trigger
Template_Heartbeat is not the highest level template
Is it possible to do that ? Having 2 triggers depends on eachother if they are not on the same level ?
Thanks in advance for your help
Comment