Hi,
I'v got this weird issue. I upgraded a Zabbix server 5.0 to 6.0. I'm using the Linux template for all my Linux host. When a graph is generated by the discovery rule (netowrk interface and disk), the item name does not show up in the graph title. For instance, the discovery rule create a "Free inode" par file system. Instead of seeing "My_server_name: Free Inode on /var (percentage)" in the title I see "My_server_name: Free Inode on $1 (percentage)". And it goes like that for pretty munch any graph that has a variable in the title.
Any Idea on why it doest that ?
I'v got this weird issue. I upgraded a Zabbix server 5.0 to 6.0. I'm using the Linux template for all my Linux host. When a graph is generated by the discovery rule (netowrk interface and disk), the item name does not show up in the graph title. For instance, the discovery rule create a "Free inode" par file system. Instead of seeing "My_server_name: Free Inode on /var (percentage)" in the title I see "My_server_name: Free Inode on $1 (percentage)". And it goes like that for pretty munch any graph that has a variable in the title.
Any Idea on why it doest that ?
those $1 etc macros were deprecated already in v5 (but still usable).. and removed in v6...
Comment