Hello,
I understood that is possible to use Macro {HOST.HOST} in item key:
https://www.zabbix.com/documentation/5.0/manual/appendix/macros/supported_by_location

but when I try to get OID value (via SNMP) like this:

or this:
I get this error message:
Could someone help me with this?
I understood that is possible to use Macro {HOST.HOST} in item key:
https://www.zabbix.com/documentation/5.0/manual/appendix/macros/supported_by_location
but when I try to get OID value (via SNMP) like this:
Code:
1.3.6.1.4.1.1429.1.6.2.2.13.300.7.1.3.[{HOST.HOST}].4
Code:
1.3.6.1.4.1.1429.1.6.2.2.13.300.7.1.3.[{$HOST.HOST}].4
I get this error message:
Code:
OID "1.3.6.1.4.1.1429.1.6.2.2.13.300.7.1.3.[{HOST.HOST}].4" contains unsupported parameters.
Comment