Hi everyone,
I'm using Zabbix 1.8. I've imported our own MIB into the Zabbix and now I want to create some items, graphs, etc.
I was able to create some Items, but I have problems in creating Items with Indexed OIDs.
E.g. I'm able to get the UseCPU1 values using the settings ('x' is some number):
...
Type - SNMPv2 agent
SNMP OID - 1.3.6.1.4.1.xxx.2.1.2.1
Key - equipment.useCpu1
...
When I open this OID at SNMP Builder menu at Zabbix, I can see, that it has:
Oid/Name Type Value
Equipment::useCpu1 INTEGER 32
And I can create graphs...
But when I have indexed OID, I don't know, how to get the values...
E.g.
I have wvRemoteTable, OID 1.3.6.1.4.1.xxx.2.4.3 and when I use SNMP Builder menu I can see there a table for the selected host (IP address) with values needed. But when I click at the left menu on the subitem of wvRemoteTable, e.g. wvRemRssLast, then it shows:
Oid/Name Type Value
Equipment::wvRemRssLast.0 No Such Instance currently exists at this OID
How could I get the values of "wvRemRssLast.0"?
I was trying to set it in different ways but unsuccessfully... At Item list I've got "not supported" message...
Any help would be appreciated.
I'm using Zabbix 1.8. I've imported our own MIB into the Zabbix and now I want to create some items, graphs, etc.
I was able to create some Items, but I have problems in creating Items with Indexed OIDs.
E.g. I'm able to get the UseCPU1 values using the settings ('x' is some number):
...
Type - SNMPv2 agent
SNMP OID - 1.3.6.1.4.1.xxx.2.1.2.1
Key - equipment.useCpu1
...
When I open this OID at SNMP Builder menu at Zabbix, I can see, that it has:
Oid/Name Type Value
Equipment::useCpu1 INTEGER 32
And I can create graphs...
But when I have indexed OID, I don't know, how to get the values...
E.g.
I have wvRemoteTable, OID 1.3.6.1.4.1.xxx.2.4.3 and when I use SNMP Builder menu I can see there a table for the selected host (IP address) with values needed. But when I click at the left menu on the subitem of wvRemoteTable, e.g. wvRemRssLast, then it shows:
Oid/Name Type Value
Equipment::wvRemRssLast.0 No Such Instance currently exists at this OID
How could I get the values of "wvRemRssLast.0"?
I was trying to set it in different ways but unsuccessfully... At Item list I've got "not supported" message...
Any help would be appreciated.

Comment