mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add Processor discovery for Dell PowerConnect 28xx * Add Temperature discovery and cleanup code * Add test data for PowerConnect 2824 * Add Serial Number * Don't add VLANs as Ports * Revert "Don't add VLANs as Ports" * Remove invalid mempool from tests
15 lines
698 B
YAML
15 lines
698 B
YAML
modules:
|
|
mempools:
|
|
data:
|
|
-
|
|
total: .1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.2.0
|
|
free: .1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.1.4.1.0
|
|
descr: 'CPU Memory'
|
|
type: powerconnect-cpu
|
|
os:
|
|
sysDescr_regex: '/(?<hardware>(Power[Cc]onnect |Dell Networking |Dell EMC Networking )?[A-Z]?\d{2,}[A-Z\-]*)(, (?<version>\d+\.[\d.]+))?/'
|
|
features: Dell-Vendor-MIB::productIdentificationDescription.0
|
|
hardware: Dell-Vendor-MIB::productIdentificationDisplayName.0
|
|
version: Dell-Vendor-MIB::productIdentificationVersion.0
|
|
serial: Dell-Vendor-MIB::productIdentificationSerialNumber.1
|