Hello the community,
I just finished to migrate Zabbix from 4.0 to 6.0 and I have a problem with the host macro in item name.
I have define a macro : {$NETWORK_INTERFACE_0} -> eno1
This is the item where I have the problem : Collision on interface {$NETWORK_INTERFACE_0} -> net.if.collisions[{$NETWORK_INTERFACE_0}]
In the latest data of the host where the macro is set I saw this :
In the key the macro is replaced, but in the name no, I do something wrong or is it a bug ?
Thank you for your help
I just finished to migrate Zabbix from 4.0 to 6.0 and I have a problem with the host macro in item name.
I have define a macro : {$NETWORK_INTERFACE_0} -> eno1
This is the item where I have the problem : Collision on interface {$NETWORK_INTERFACE_0} -> net.if.collisions[{$NETWORK_INTERFACE_0}]
In the latest data of the host where the macro is set I saw this :
| Collision on interface {$NETWORK_INTERFACE_0} net.if.collisions[eno1] |
Thank you for your help
Comment