Hello!!
I have a map with two switches and a link betweem them (zabbix get data from snmp).
I want a label that show current bitrate on the link.
My label is:
I used the host name and key found in host -> items.
The result is:
Varius forum threads explain different modes to use this key, but all give me same result.
Does anyone have a working example?
I'm using Zabbix Appliance 3.4.8.
Bye
I have a map with two switches and a link betweem them (zabbix get data from snmp).
I want a label that show current bitrate on the link.
My label is:
Code:
In :{switch01:net.if.in[ifInOctets.1].avg(60)}
Out:{switch01:net.if.out[ifOutOctets.1].avg(60)}
The result is:
Code:
In: *UNKNOWN* Out: *UNKNOWN*
Does anyone have a working example?
I'm using Zabbix Appliance 3.4.8.
Bye
Comment