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:
David Girón
2021-10-29 10:09:05 +02:00
committed by GitHub
parent 0a1cc120de
commit 9f8bb8caae
5 changed files with 7907 additions and 18 deletions

View File

@@ -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',
])) {