I have a Cisco Call Manager and 2 devices in cluster and I want to monitor status of each node in this cluster
SNMP OID is: 1.3.6.1.4.1.9.9.156.1.1.2.1.5 ( ccmStatus )
When I run command like that:
snmpwalk -v2c -c test cucm1.test 1.3.6.1.4.1.9.9.156.1.1.2.1.5
SNMPv2-SMI::enterprises.9.9.156.1.1.2.1.5.1 = INTEGER: 2
SNMPv2-SMI::enterprises.9.9.156.1.1.2.1.5.2 = INTEGER: 2
I get a following output, showing that there is 2 devices and their status is OK, so next I want to create Zabbix item type of SNMPv2 Agent, but I dont know what I need to type into SNMP OID field, I need to use dynamic indexes or something like that? If yes, how can I do this?
If I created with SNMP OID 1.3.6.1.4.1.9.9.156.1.1.2.1.5.2 ending with .2 I was only monitoring second device in cluster and its status, it is possible to create one item and monitor all devices in this cluster?

Thank you so much.
SNMP OID is: 1.3.6.1.4.1.9.9.156.1.1.2.1.5 ( ccmStatus )
When I run command like that:
snmpwalk -v2c -c test cucm1.test 1.3.6.1.4.1.9.9.156.1.1.2.1.5
SNMPv2-SMI::enterprises.9.9.156.1.1.2.1.5.1 = INTEGER: 2
SNMPv2-SMI::enterprises.9.9.156.1.1.2.1.5.2 = INTEGER: 2
I get a following output, showing that there is 2 devices and their status is OK, so next I want to create Zabbix item type of SNMPv2 Agent, but I dont know what I need to type into SNMP OID field, I need to use dynamic indexes or something like that? If yes, how can I do this?
If I created with SNMP OID 1.3.6.1.4.1.9.9.156.1.1.2.1.5.2 ending with .2 I was only monitoring second device in cluster and its status, it is possible to create one item and monitor all devices in this cluster?
Thank you so much.