Hi Everyone,
Looking for some assistance and guidance here. I'm relatively new to Zabbix.
I've been using Zabbix to monitor our customers networking infrastructure and alert us on critical issues. Pretty Standard for Zabbix.
We have a template called Aruba OS-CX Switch SNMP, That I believe came from GitHub.
My issue is that this template doesn't poll/monitor Aruba VSF details. I'm trying to create a discovery rule, item prototype, and trigger prototype to check things like Stack/VSF member role, status, memory etc..
Aruba pointed me to the correct MIBs for this which we can see here: https://mibs.observium.org/mib/ARUBA...v2MemberStatus
I've verified these MIBs exist and snmpwalks return with the info I need. I just can't seem to get these discovery rules & prototypes to actually pull this info.
I have cloned that Aruba template to test creating the discovery rule and my setup looks like this:
Discovery Rule:
- Name: Aruba VSF Member Discovery
- Type: SNMP Agent
- Key: snmp.discovery["{"{#MEMBERINDEX}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.1", "{#STATUS}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.3", "{#ROLE}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.2"}"]
- SNMP OID: .1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.1
- Type: Numeric (Unassigned)
Item Prototype:
- Name: VSF Member {#MEMBERINDEX} Status
- Key: vsf.member.status[{#MEMBERINDEX}]
- SNMP OID: .1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.3.{#MEMBERINDE X}
- Type: Numeric (Unassigned)
When I assign this to a host, It's listed as "Not Supported". I've tweaked the setup multiple times and end up with the following "Not supported" error.
- Invalid SNMP OID: pairs of macro and OID are expected.
When I test the item prototype, the test returns with "No Such Instance currently exists at this OID", Even though my snmpwalks return that used OID.
What am I doing wrong here?
Any help would be greatly appreciated.
Thank you
Looking for some assistance and guidance here. I'm relatively new to Zabbix.
I've been using Zabbix to monitor our customers networking infrastructure and alert us on critical issues. Pretty Standard for Zabbix.
We have a template called Aruba OS-CX Switch SNMP, That I believe came from GitHub.
My issue is that this template doesn't poll/monitor Aruba VSF details. I'm trying to create a discovery rule, item prototype, and trigger prototype to check things like Stack/VSF member role, status, memory etc..
Aruba pointed me to the correct MIBs for this which we can see here: https://mibs.observium.org/mib/ARUBA...v2MemberStatus
I've verified these MIBs exist and snmpwalks return with the info I need. I just can't seem to get these discovery rules & prototypes to actually pull this info.
I have cloned that Aruba template to test creating the discovery rule and my setup looks like this:
Discovery Rule:
- Name: Aruba VSF Member Discovery
- Type: SNMP Agent
- Key: snmp.discovery["{"{#MEMBERINDEX}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.1", "{#STATUS}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.3", "{#ROLE}": ".1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.2"}"]
- SNMP OID: .1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.1
- Type: Numeric (Unassigned)
Item Prototype:
- Name: VSF Member {#MEMBERINDEX} Status
- Key: vsf.member.status[{#MEMBERINDEX}]
- SNMP OID: .1.3.6.1.4.1.47196.4.1.1.3.15.1.2.1.3.{#MEMBERINDE X}
- Type: Numeric (Unassigned)
When I assign this to a host, It's listed as "Not Supported". I've tweaked the setup multiple times and end up with the following "Not supported" error.
- Invalid SNMP OID: pairs of macro and OID are expected.
When I test the item prototype, the test returns with "No Such Instance currently exists at this OID", Even though my snmpwalks return that used OID.
What am I doing wrong here?
Any help would be greatly appreciated.
Thank you
Comment