Hi,
I'm using Zabbix Appliance 4.4 (Centos 8).
I'm trying to build a item and have the following information correlated:
First I do a LLD on 1.3.6.1.4.1.12356.101.7.2.1.1.1, this will give me the following output:
Where 1, 2, 3 and 4 are my interface indexes. Now the result 1 and 2 are related to the result of another query, this one:
So my end goal is to be able to have those two pieces of information together. I understand that doing a simple LLD and capturing those values is not going to work because the indexes are not the same (unlike the interface name for instance) so at this point I'm not sure if what I want is possible to be achieved.
I've reviewed LLD, dynamic indexes and preprocessing rules but I was not able to figure it out how to achieve my goal with those features.
Is this possible ?
I'm using Zabbix Appliance 4.4 (Centos 8).
I'm trying to build a item and have the following information correlated:
First I do a LLD on 1.3.6.1.4.1.12356.101.7.2.1.1.1, this will give me the following output:
Code:
.1.3.6.1.4.1.12356.101.7.2.1.1.1.1 = INTEGER: 1 .1.3.6.1.4.1.12356.101.7.2.1.1.1.2 = INTEGER: 1 .1.3.6.1.4.1.12356.101.7.2.1.1.1.3 = INTEGER: 2 .1.3.6.1.4.1.12356.101.7.2.1.1.1.4 = INTEGER: 2
Code:
.1.3.6.1.4.1.12356.101.3.2.1.1.2.1 = STRING: root .1.3.6.1.4.1.12356.101.3.2.1.1.2.2 = STRING: L3-Test
I've reviewed LLD, dynamic indexes and preprocessing rules but I was not able to figure it out how to achieve my goal with those features.
Is this possible ?