Merge pull request #3930 from guggemand/dell-n3024

Dell n3024
This commit is contained in:
Neil Lathwood
2016-08-02 13:57:25 +01:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -113,6 +113,7 @@ LibreNMS contributors:
- Andy Noyland <andrew@noyland.co.uk> (Zappatron)
- Cercel Valentin <crc@nuamchefazi.ro> (crcro)
- Ahmed Sajid <ahmed4343@hotmail.com> (ahmedsajid)
- Karsten Schmidt <git@guggemand.dk> (guggemand)
[1]: http://observium.org/ "Observium web site"
Observium was written by:

View File

@@ -5,6 +5,9 @@ if (!$os) {
if (stristr($sysDescr, 'PowerConnect ') && !stristr($sysDescr, 'ArubaOS')) {
$os = 'powerconnect';
}
else if (preg_match('/Dell\ Networking/i', $sysDescr)) {
$os = 'powerconnect';
}
else if (preg_match('/Dell.*Gigabit\ Ethernet/i', $sysDescr)) {
$os = 'powerconnect';
} //end if