Hello
Based on this article, i presume that all tags should be correlated in an Zabbix event, if the "Tags" are part of template which is assigned to a host.
Use Case:
Affected device: vfw-1234
- We have a main template e.g. fos-main.
- The fos-main template contains the fos-interface and the fos-sys template.
- The host vfw-1234 itself has a host tag "VNFTYPE" with the value "vfw".
- The fos-sys template contains for the trigger "system uptime" the tag "TIGGER" with the value "REBOOT"
So far so good.
After a reboot, Zabbix es createing an event which contains all Tags with the value:
- VNFTYPE:vfw
- TRIGGER:REBOOT
To be able to control the alerts in a better way, i want to add a customer template which contains tags only:
- Template name: customer-1234
- Tag on this template: CUSTOMER-ID:1234
So far so good.
In the Zabbix monitoring host section I can see all tags which have been assigned to this host vfw-1234, including the tags in the new customer-1234 template.
Now, if I reboot the host vfw-1234 the new Tags are NOT part of the event. I can just see the tags:
- VNFTYPE:vfw
- TRIGGER:REBOOT
But the tag CUSTOMER-ID:1234, which has been assigned in a customer template is not appearing in the event.
Why is the new tag CUSTOMER-ID:1234 not visible in the Event?
We are using Zabbix 5.0.
thx in advanced!
Based on this article, i presume that all tags should be correlated in an Zabbix event, if the "Tags" are part of template which is assigned to a host.
Use Case:
Affected device: vfw-1234
- We have a main template e.g. fos-main.
- The fos-main template contains the fos-interface and the fos-sys template.
- The host vfw-1234 itself has a host tag "VNFTYPE" with the value "vfw".
- The fos-sys template contains for the trigger "system uptime" the tag "TIGGER" with the value "REBOOT"
So far so good.
After a reboot, Zabbix es createing an event which contains all Tags with the value:
- VNFTYPE:vfw
- TRIGGER:REBOOT
To be able to control the alerts in a better way, i want to add a customer template which contains tags only:
- Template name: customer-1234
- Tag on this template: CUSTOMER-ID:1234
So far so good.
In the Zabbix monitoring host section I can see all tags which have been assigned to this host vfw-1234, including the tags in the new customer-1234 template.
Now, if I reboot the host vfw-1234 the new Tags are NOT part of the event. I can just see the tags:
- VNFTYPE:vfw
- TRIGGER:REBOOT
But the tag CUSTOMER-ID:1234, which has been assigned in a customer template is not appearing in the event.
Why is the new tag CUSTOMER-ID:1234 not visible in the Event?
We are using Zabbix 5.0.
thx in advanced!
Comment