Add HPE Nimble Storage using HTTP/SNMP discovery templates#702
Open
lucthienphong1120 wants to merge 7 commits intozabbix:mainfrom
Open
Add HPE Nimble Storage using HTTP/SNMP discovery templates#702lucthienphong1120 wants to merge 7 commits intozabbix:mainfrom
lucthienphong1120 wants to merge 7 commits intozabbix:mainfrom
Conversation
Add Zabbix template for HPE Nimble Storage monitoring via SNMP, including items for capacity, performance, and system health.
This README provides an overview, requirements, setup instructions, metrics collected, discovery rules, triggers, and value maps for monitoring HPE Nimble Storage via SNMP.
This README template provides comprehensive monitoring details for HPE Nimble Storage arrays using Zabbix, including features, setup instructions, API authentication flow, and known limitations.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This template monitors HPE Nimble Storage (Nimble OS 5.x) all-flash arrays via SNMP v2c/v3 and HTTP RestAPI over HTTPS.
It uses the vendor's enterprise MIB (
NIMBLE-MIB, enterprise OID.1.3.6.1.4.1.37447) for array-level performance and capacity metrics,IF-MIBfor network interface monitoring, and SNMP Traps for hardware health alerting.A single
SCRIPTmaster item handles authentication, queries all API endpoints, and returns a consolidated JSON payload. All metrics are extracted usingDEPENDENTitems and Low-Level Discovery (LLD), minimizing API calls and load on the storage array.Tested On
API Authentication Flow
Macros
{$SNMP_COMMUNITY}public{$SNMP.TIMEOUT}5mMetrics collected
System (SNMPv2-MIB)
nimble.system.name[sysName]nimble.system.descr[sysDescr]nimble.system.location[sysLocation]nimble.system.contact[sysContact]nimble.system.net.uptime[sysUpTime]zabbix[host,snmp,available]Array Performance (NIMBLE-MIB)
nimble.io.readsnimble.io.writesnimble.io.read_bpsnimble.io.write_bpsnimble.io.read_latnimble.io.write_latnimble.io.seq_readsnimble.io.seq_writesArray Capacity (NIMBLE-MIB)
nimble.array.vol_usednimble.array.snap_usedSNMP Traps
nimble.trap.hardwarenimble.trap.allDiscovery Rules
Volume Discovery
Automatically discovers all volumes via
volNameOID table (.1.3.6.1.4.1.37447.1.2.1.3).Item prototypes per volume:
Volume {#VOL_NAME}: SizeVolume {#VOL_NAME}: UsedVolume {#VOL_NAME}: StatusVolume {#VOL_NAME}: Read IOPSVolume {#VOL_NAME}: Write IOPSTrigger prototypes:
Volume {#VOL_NAME}: is Offline— HIGHVolume {#VOL_NAME}: Usage over 80%— WARNINGNetwork Interface Discovery
Discovers all network interfaces via
IF-MIB::ifDescr(.1.3.6.1.2.1.2.2.1.2). Loopback (lo) is excluded automatically.Item prototypes per interface:
Interface {#IF_NAME}: StatusInterface {#IF_NAME}: InInterface {#IF_NAME}: OutTrigger prototypes:
Interface {#IF_NAME}: Down— AVERAGETriggers
Value Maps
Nimble Volume StatusIF-MIB::ifOperStatuszabbix.host.availableTemplate Tags
classstoragetargethpetargetnimble