mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add more discovery components for Dell PowerConnect 28xx (#13420)
* 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
This commit is contained in:
@@ -52,6 +52,7 @@ class Powerconnect extends OS implements ProcessorDiscovery, ProcessorPolling
|
||||
if (Str::startsWith($device['sysObjectID'], [
|
||||
'.1.3.6.1.4.1.674.10895.3020',
|
||||
'.1.3.6.1.4.1.674.10895.3021',
|
||||
'.1.3.6.1.4.1.674.10895.3028',
|
||||
'.1.3.6.1.4.1.674.10895.3030',
|
||||
'.1.3.6.1.4.1.674.10895.3031',
|
||||
])) {
|
||||
|
Reference in New Issue
Block a user