Merge pull request #3941 from guggemand/dell-n3024

This commit is contained in:
Søren Rosiak
2016-08-03 18:07:57 +02:00
committed by GitHub
2 changed files with 5 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

@ -25,6 +25,10 @@ if (!$os) {
//Dell N4064F
$os = 'dnos';
}
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3057')) {
//Dell N3024
$os = 'dnos';
}
if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3058')) {
//Dell N3048P
$os = 'dnos';