I have a question in regard of Zabbix Networtkmaps.
I want to depict a Map of our Switches using the Zabbix Map function.
I know you can use Macros like {HOST.IP} on Host elements to pull data dynamicly.
I laso want to show Networktraffic of all Ports in my Map.
I found a Function that works and goes like this.
{?last(/HOSTNAME/net.if.in[ifInOctets.1])}
But because I set these to a Link and not a host its not possible to use a Macro to get the HOSTNAME.
I need to alter all maps and put the host manually.
Is there a possiblity to link the Macro {HOST.NAME} from a central Host on a map to all links?
I also tried to set the Macro to a Host insted of a link but that doenst work because the Macro {HOST.NAME} is interpreted correctly but the complete command {?last(/{HOST.NAME}/net.if.in[ifInOctets.1])} is not.
I want to depict a Map of our Switches using the Zabbix Map function.
I know you can use Macros like {HOST.IP} on Host elements to pull data dynamicly.
I laso want to show Networktraffic of all Ports in my Map.
I found a Function that works and goes like this.
{?last(/HOSTNAME/net.if.in[ifInOctets.1])}
But because I set these to a Link and not a host its not possible to use a Macro to get the HOSTNAME.
I need to alter all maps and put the host manually.
Is there a possiblity to link the Macro {HOST.NAME} from a central Host on a map to all links?
I also tried to set the Macro to a Host insted of a link but that doenst work because the Macro {HOST.NAME} is interpreted correctly but the complete command {?last(/{HOST.NAME}/net.if.in[ifInOctets.1])} is not.
Comment