I'm using Zabbix 3.4 working with Aruba Instance AP group.
I created item prototype for SNMPv2 agent and test it twice time. It went well and get data I expect.
But when I tried with anothor IAP group. My discovery rule can get data group as well. I can show data on instance items's name. the thing is item cannot get its value.
my SNMP discovery rule be like:
discovery[{#APIPADDR},<mib1>,{#APSNB},<mib2>,{#APNAME},<mib3 >,{#APSTATUS},<mib4>,{#APUPTIME},<mib5>]
and my item prototype be like:
its name : {#APNAME} : Status = {#APSTATUS}
its SNMP : <mib4>.{#SNMPINDEX}
vale type: Numeric
here is snapshot for result:

as picture shown, item name can get AP name and its status as 1 and also its uptime but items's value are null with error.
I created item prototype for SNMPv2 agent and test it twice time. It went well and get data I expect.
But when I tried with anothor IAP group. My discovery rule can get data group as well. I can show data on instance items's name. the thing is item cannot get its value.
my SNMP discovery rule be like:
discovery[{#APIPADDR},<mib1>,{#APSNB},<mib2>,{#APNAME},<mib3 >,{#APSTATUS},<mib4>,{#APUPTIME},<mib5>]
and my item prototype be like:
its name : {#APNAME} : Status = {#APSTATUS}
its SNMP : <mib4>.{#SNMPINDEX}
vale type: Numeric
here is snapshot for result:
as picture shown, item name can get AP name and its status as 1 and also its uptime but items's value are null with error.
Comment