diff --git a/AUTHORS.md b/AUTHORS.md index d8386a62ca..4cb6240c8f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -113,6 +113,7 @@ LibreNMS contributors: - Andy Noyland (Zappatron) - Cercel Valentin (crcro) - Ahmed Sajid (ahmedsajid) +- Karsten Schmidt (guggemand) [1]: http://observium.org/ "Observium web site" Observium was written by: diff --git a/includes/discovery/os/dnos.inc.php b/includes/discovery/os/dnos.inc.php index 11f37ddc73..8901bbae9d 100644 --- a/includes/discovery/os/dnos.inc.php +++ b/includes/discovery/os/dnos.inc.php @@ -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';