mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
OS detection for Dell PowerVault MD arrays (#11509)
* OS detection for Dell PowerVault MD arrays I'm not 100% sure it was worth Dell implementing SNMP - the array exposes 6 OID's outside of MIBII, and we poll both the useful ones. At least we get an icon. * Test data * Remove polling and discovery module filters
This commit is contained in:
9
includes/definitions/dell-powervault.yaml
Normal file
9
includes/definitions/dell-powervault.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
os: dell-powervault
|
||||
text: 'Dell PowerVault MD'
|
||||
type: storage
|
||||
icon: dell
|
||||
group: dell
|
||||
discovery:
|
||||
-
|
||||
sysObjectID: .1.3.6.1.4.1.674.10893.2.31
|
||||
sysDescr_regex: '/^DELL(\s)+MD/'
|
Reference in New Issue
Block a user