hi all,
in Zabbix 4.4 when a tag is set in the system template with a <null> value and the same tag is set to a specific value in the host configuration, the host tag is taking the precedence over the one in the template:
template: MYTAG=
host: MYTAG=MYVALUE
in eg. Actions / email alerts the tag value is MYTAG=MYVALUE
in 6.0 the tag and value used in Actions / email is being imported from the one that's set in the template ( which has <null> value ), and the one set in the host configuration with the same name, is being ignored
is there a way to set how Zabbix prioritizes the tag values based on their location? ( template / host config / webscenario. )
otherwise, in 6.0.16, the email alerts are coming in with no value assigned to EVENT.TAGS.MYTAG
thanks!
edit: should not the value for EVENT.TAGS.MYTAG be overwritten/set? regardless if set on the template or host level?
it seems like it creates two instances, one with no value and one that has a specific value assigned ( for the same tag )
in Zabbix 4.4 when a tag is set in the system template with a <null> value and the same tag is set to a specific value in the host configuration, the host tag is taking the precedence over the one in the template:
template: MYTAG=
host: MYTAG=MYVALUE
in eg. Actions / email alerts the tag value is MYTAG=MYVALUE
in 6.0 the tag and value used in Actions / email is being imported from the one that's set in the template ( which has <null> value ), and the one set in the host configuration with the same name, is being ignored
is there a way to set how Zabbix prioritizes the tag values based on their location? ( template / host config / webscenario. )
otherwise, in 6.0.16, the email alerts are coming in with no value assigned to EVENT.TAGS.MYTAG
thanks!
edit: should not the value for EVENT.TAGS.MYTAG be overwritten/set? regardless if set on the template or host level?
it seems like it creates two instances, one with no value and one that has a specific value assigned ( for the same tag )
Comment